MCPHerramientas MCP/Apps conectadas/search_supported_apps

search_supported_apps

Readreview-invite:read

Search the thousands of third-party apps this agency can connect their agent to — CRMs, spreadsheets, analytics, helpdesks, anything Pipedream integrates with. Use this FIRST when someone names an app ("connect my Zoho", "can you read my HubSpot") to find its exact slug, which create_app_connect_link needs. Returns each app's slug, name, description, and whether we can also import review-invite contacts from it. With no query, returns the apps we can import contacts from. You don't pass an agency — it comes from your credentials.

Parámetros
querystringopcional
App name to search for, e.g. "zoho", "hubspot", "google sheets". Partial matches work. Omit to list the apps we can import contacts from.
limitnumberopcional
How many to return (default 20, max 50).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_supported_apps",
    "arguments": {}
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.