read.brands
The brand map (id -> {name, slug, status, logo_media, logo_url}) — resolves a product brand label/link and lists brands.
- Surface:
GET /v1/read/brands· CLIforge read brands· MCP toolread.brands - 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)