MCPMCP-Tools/Verbundene Apps/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.
Parameter
querystringoptional
App name to search for, e.g. "zoho", "hubspot", "google sheets". Partial matches work. Omit to list the apps we can import contacts from.
limitnumberoptional
How many to return (default 20, max 50).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_supported_apps",
"arguments": {}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.