ai.agenttrust/mcp
agenttrust_escalate
Escalate an A2A task for human review through HITL. Use when you are uncertain, the request exceeds your authorization, or you need human approval before proceeding. The task is held until a human reviews and responds.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_escalate?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"reason": {
"type": "string",
"description": "Escalation reason shown to human reviewer"
},
"taskId": {
"type": "string",
"description": "Task ID"
}
}
}