MCPMCP-Tools/Verbundene Apps/create_app_connect_link

create_app_connect_link

Writereview-invite:write

Produce a one-time authorisation link for connecting a third-party app (found with search_supported_apps). GIVE THE LINK TO THE USER — they must open it and sign in to the app themselves; you cannot complete the authorisation for them, and the connection does not exist until they do. The link expires in minutes, so generate it when they're ready rather than in advance. After they confirm they've finished, use list_connected_apps to verify it landed. You don't pass an agency — it comes from your credentials.

Parameter
appSlugstringoptional
The app's Pipedream slug, from search_supported_apps — e.g. "zoho_crm", "hubspot", "airtable_oauth". Omit to give them a page listing every app they can connect.
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "create_app_connect_link",
    "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.