Skip to main content

connections_remove

Family: Connections — verified transports that fetch governance packs. See Connections.

Remove a data connection.

@mcp.tool()
def connections_remove(
dir: str,
connection_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
connection_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "connections_remove",
"arguments": {
"dir": "...",
"connection_id": "..."
}
}
}