Skip to main content

connections_list

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

List governance transports (how rule packs are FETCHED).

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

Parameters

NameTypeRequired
dirstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

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