connections_add
Family: Connections — verified transports that fetch governance packs. See Connections.
Add a data connection.
@mcp.tool()
def connections_add(
dir: str,
connection_id: str,
direction: str,
protocol: str,
location: str,
description: str = '',
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
connection_id | str | yes |
direction | str | yes |
protocol | str | yes |
location | str | yes |
description | str | no (default '') |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "connections_add",
"arguments": {
"dir": "...",
"connection_id": "...",
"direction": "...",
"protocol": "...",
"location": "...",
"description": "..."
}
}
}