topos_get_doc
Retrieve Topos documentation pages as Markdown for key topics such as agent contract, lattice, metrics, preferences, priority, and workflows. Use this when resource fetching is unavailable.
Instructions
Return a Topos documentation page as Markdown.
Use when your MCP client does not expose resource fetching to the
agent. Clients that do surface resources should prefer the
equivalent resource URI for efficiency: topos://docs/{topic}.
Topics: agent-contract (compact loop contract, read first for
refactors), lattice (the 16-element H(G_qual) over four generators),
metrics (every metric key, thresholds, interpretation),
preferences (strict generator rankings and preference walks),
priority (priority profiles), workflows (the expanded refactor
loop guide).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | agent-contract | lattice | metrics | preferences | priority | workflows |