MCPFerramentas MCP/Apps conectados/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.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_app_connect_link",
"arguments": {}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.