read.category.by_path
Resolve one category by its ltree path, with its rich content (description, banner, meta), within a store.
- Surface:
GET /v1/read/category.by_path· CLIforge read category.by_path· MCP toolread.category.by_path - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "path": { "pattern": "^[A-Za-z0-9_]+(\\.[A-Za-z0-9_]+)*$", "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "path" ], "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)