MCPOutils MCP/Applications connectées/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.
Paramètres
appSlugstringfacultatif
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.
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_app_connect_link",
"arguments": {}
}
}Exemple de réponse
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.