read.route_resolve
Ask whether anything knows this path before it becomes a 404 — e.g. a legacy URL that should redirect. Returns the target, or null when nobody knows it.
- Surface:
GET /v1/read/route_resolve· CLIforge read route_resolve· MCP toolread.route_resolve - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "path": { "minLength": 1, "pattern": "^\\/.*", "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "store", "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)