escalate_ticket
Escalate a ticket to a human agent for a given reason. Use confirmation to preview before committing the escalation.
Instructions
Escalate a ticket to a human agent for the given reason. SENSITIVE: call with confirmed=false first (the default) to preview — this escalates nothing and returns confirmation_required=True. Only a subsequent call with confirmed=true actually escalates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| confirmed | No | ||
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scan | No | ||
| tool_name | Yes | ||
| blocked_reason | No | ||
| confirmation_required | No |