read.categories
The category map (id -> {name, path, status, icon_url}) for navigation/menus and the home tiles. Lists every category, inactive included (this is where the NAMES live) — the reader decides what it serves or links.
- Surface:
GET /v1/read/categories· CLIforge read categories· MCP toolread.categories - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "store": { "minLength": 1, "type": "string" } }, "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404)