MCPMCP Tools/Connections/list_app_connections

list_app_connections

Readconnections:read

List the business apps this agency has connected through Pipedream — CRMs and other third-party tools you can read and write on their behalf. Separate from list_connected_accounts, which covers social/publisher OAuth. Use this to answer "what can you reach?" or to check whether a CRM is connected before offering to import contacts. Each row shows the app, which account it is, whether it is currently healthy, and when it was connected. A row with status "error" needs the agency to reconnect it in the UI — there is no tool for that, because an OAuth grant needs an interactive consent screen.

Parameters
appSlugstringoptional
Optional — restrict to one app, e.g. "hubspot".
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_app_connections",
    "arguments": {}
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.