Control tools

Learn the four permanently loaded agent-facing control tools.

View Markdown

The MCP surface is exactly four control tools. They are the stable interface over a catalog that can grow independently:

ToolPurposeCharges money?
discoverFind a provider-neutral job and its catalog tools.No
inspectRead one selected catalog tool's live contract.No
runExecute one catalog tool and settle its charge.Yes
walletRead balance, holds and available spend.No

The normal loop

code
discover → inspect → run → wallet

Use tool_id as the canonical identifier. During the compatibility window, capability_id is accepted as a deprecated alias where the contract says so, but new calls should use tool_id.

What is not a control tool

Categories, capabilities, providers and catalog tools are catalog data. Connections are a human dashboard surface. Skills are agent-side recipes. None becomes a fifth MCP tool.

Start with discover, or take the complete first-run guide.