Read Public Manual
read_public_manualDiscover and read user or assistant documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Chapter slug — required for read. | |
| action | No | categories → list available categories with audience + section_enum; index → list chapters in a category; read → return a single chapter body. Optional when slug is present — a {category, slug} call defaults to 'read'; a category-only call must pass action explicitly ('index' to list its chapters). | |
| section | No | Section — optional for read; required when category has multiple sections and slug is ambiguous (the tool returns the available sections in that case). | |
| category | No | Category slug — required for index/read. Currently: 'manual' (user manual) or 'ai-manual' (AI client manual). | |
| contract | No | Help mode — return the complete contract with no operation performed. |