handoffs.operator
Creates a support handoff to a human operator when an AI agent requires human review, escalation, or account-specific follow-up. Provide the reason for handoff, optional topic routing, and context for a smooth transition.
Instructions
Creates a support handoff when an agent needs human review, escalation, or account-specific follow-up. Auth: Bearer .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Clear description of why a human operator review is needed. | |
| topic | No | Topic category for routing (e.g. 'agent', 'billing', 'access', 'general'). | agent |
| page_url | No | URL of the page or context where the handoff was triggered. | |
| agent_name | No | Name of the agent or client triggering the handoff. | mcp-client |
| agent_platform | No | Platform or runtime the agent is running on (e.g. 'claude-code', 'cursor', 'copilot'). | |
| trace_summary | No | Optional summary of the agent's recent actions or trace for operator context. | |
| locale | No | Response locale for the handoff acknowledgment. | en |