| Code | Meaning |
|---|---|
LISTING_NOT_FOUND | The requested listing_id is unknown. |
SLOT_NOT_AVAILABLE | The requested tour slot is no longer bookable. |
BOOKING_LIMIT_REACHED | The renter already has 2 active tour requests from the last 24 hours. |
FAIR_HOUSING_VIOLATION | The request was blocked by Fair Housing guardrails. |
VALIDATION_ERROR | Input failed schema validation. |
TOOL_NOT_FOUND | The requested tool name is not registered on the server. |
RATE_LIMITED | A per-session, aggregate, per-tool, or booking limit was exceeded. |
DOWNSTREAM_ERROR | A downstream service failed. |
Rate-limited details
RATE_LIMITED responses include retry information when available:
retry_after_seconds, then retry only
if the user’s request is still relevant.