agentgate_request
Submit approval requests for agent tool calls, specifying action and urgency. Returns request ID and initial status for human-in-the-loop decision tracking.
Instructions
Submit an approval request. Returns request ID and initial status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action being requested (e.g., "send_email", "make_purchase") | |
| params | No | Action parameters (e.g., { to: "user@example.com", subject: "..." }) | |
| context | No | Additional context for the approver | |
| urgency | No | Request urgency |