ep_verify_delegation
Check if an agent holds a valid delegation from a principal for a specific action. Use to confirm authorization before accepting agent-requested tasks.
Instructions
Verify that an agent currently holds a valid delegation from a principal for a specific action. Use this before accepting a task from an agent claiming to act on behalf of a human. Returns: valid/expired/not_found with scope details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | No | The action type to check (must be in delegation scope) | |
| delegation_id | Yes | Delegation ID (ep_dlg_...) |