Skip to main content

governance_fetch

Family: Governance — standing laws, secret patterns, fetched packs. See Governance.

FETCH a governance rule pack over a connection (its rules CHECK the work).

@mcp.tool()
def governance_fetch(
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": "governance_fetch",
"arguments": {
"dir": "...",
"connection_id": "..."
}
}
}