Skip to main content

Error envelope

Tool errors use a stable envelope:
Clients should handle these error codes and tolerate new codes being added over time.

Rate-limited details

RATE_LIMITED responses include retry information when available:
Do not retry immediately. Wait at least retry_after_seconds, then retry only if the user’s request is still relevant.

Troubleshooting