Skip to main content

governance_list

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

List governance rules (rules that CHECK the work).

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