Explore the governance TOC
Call governance_toc to inventory graphs, probes, DiffRules, scopes, and MCP tool names.
What you will learn
- Invoke governance_toc
- Map tools to engines
- Detect missing factories
Prerequisites
Surface
| Imports | @tmrxjd/agent-governance-system/mcp/toc-tools.mjs |
|---|---|
| MCP | governance_toc |
What this feature does
`governance_toc` is the session inventory. Use it before enabling CAP and whenever an engine tool seems missing — especially after license or plugin changes.
How to call it
Call these MCP tools through your AGS / tower-gov host — governance_toc.. Prefer scan/get before validate/diff, and enforce only when the change set is ready.
- Call governance_toc
- Search for commit_checkpoint
- Note efficiency_* / impact_* vs tier
- Save dump under temp/ for the session
{
/* Example MCP call — fill args from schema_get / docs */
"tool": "governance_toc",
"arguments": {}
}What success looks like
Response includes MCP tool names
commit_*, staging_*, *_enforce families present for your tier
Graphs/probes sections non-empty when plugins loaded
Common failure modes
Empty tools → merge-host-tools not applied
CLI parse errors → wrong monorepoRoot
Entitlement-gated tools absent on free tier