read.collections
List the collections a store serves: public, active and inside their schedule, with the product count for this store’s assortment.
- Surface:
GET /v1/read/collections· CLIforge read collections· MCP toolread.collections - 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)