Skip to main content
When an Orisu MCP tool fails, the response carries a typed error envelope:
Branch on code to recover automatically. next_action is the one-line summary you can present to the user; details carries machine-readable context.

Auth + scoping

Not found

Validation

Execution

Internal

Recovery loop (the canonical pattern)

The orisu-workflows skill ships an “Error recovery playbook” section that the assistant follows automatically. Roughly:
  1. Read error.code (and details.step_id for run-step failures)
  2. Branch on the code per the table above
  3. Try the suggested recovery once
  4. If recovery itself fails, surface the error to the user with the original next_action hint
For the common cases (scope missing, model error, rate limited) the agent recovers without involving you.

See also

Authentication

Scopes that drive SCOPE_MISSING.

Tools

Which tools produce which errors.