Served by the MCP server over scoped bundles.
| Tool |
Purpose |
list_bundles |
Discover shared bundles (id, label, source, counts, conformance). |
list_concepts |
A bundle's table of contents. |
get_bundle_tree |
A tree-command-style outline of bundle documents, as text or structured JSON. |
read_concept |
One concept: frontmatter, body, links-to, external links, backlinks. |
search_concepts |
Full-text search across shared bundles. |
get_bundle_diagnostics |
A bundle's conformance report. |
get_okf_spec |
The OKF v0.1 reference, so an agent authors correct OKF. |
validate_bundle |
Every conformance issue in a bundle, each with a suggested fix. |
validate_document |
Validate a single draft document before writing it. |
The last three exist so an agent can debug the OKF it authors: learn the format, validate
a draft concept, then validate the whole bundle. Reads reflect the live workspace.