MCP tools
The contract your AI tool executes: every publish, lifecycle, version, authoring, refresh and spec tool, with parameters and errors.
What this section becomes
One page per tool, grouped by what the tool is for. Each page states the parameters, the return shape, the errors it can raise, and the scope rules that apply to it.
| Group | Tools |
|---|---|
| Publishing and lifecycle | publish, update, get, delete, list |
| Versions | list, get, update, restore |
| Authoring against data | schema introspection, SQL validation, connections |
| Refresh | status, source config, schedule, manual trigger |
| Spec | read a spec, derive a spec |
Why this is guard-checked
The public /docs page this site replaces listed five tools out of eighteen and
said nothing about the rest. That is the failure mode this section is built to
prevent: a later wave adds a build guard that reads the live tool list from the
source and fails the build when a tool has no page, when a documented tool no
longer exists, or when a page's stated required parameters disagree with the
real schema.
Placeholder
This page is a skeleton. The per-tool pages and the coverage guard land in a later wave.