read.pages.published
Every published, non-archived institutional page of a store (slug, title, updated_at), paginated — the CMS’s public enumeration, as a sitemap needs it.
- Surface:
GET /v1/read/pages.published· CLIforge read pages.published· MCP toolread.pages.published - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "limit": { "default": 24, "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "default": 1, "maximum": 9007199254740991, "minimum": 1, "type": "integer" }, "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)