MCPHerramientas MCP/Apps conectadas/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.
Parámetros
appSlugstringopcional
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.
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_app_connect_link",
"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.