MCPMCP-Tools/Verbindungen/disconnect_location_connection
disconnect_location_connection
Writeconnections:write
Disconnect a single location's connection to a platform, without touching sibling locations that share the same connected account. Identify it by its connectionId (from list_connected_accounts). To fully disconnect the whole account instead, use disconnect_connected_account.
Parameter
connectionIdstringerforderlich
The id of the location-level connection to disconnect (required).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "disconnect_location_connection",
"arguments": {
"connectionId": "string"
}
}
}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.