Docs menu

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
MCPgovernance_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.

  1. Call governance_toc
  2. Search for commit_checkpoint
  3. Note efficiency_* / impact_* vs tier
  4. Save dump under temp/ for the session
MCP: governance_toc json
{
  /* 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

Related reference

AGS documentation