List all available agent tool types with sandbox mode behavior
| Value | Description | Sandbox mode |
|---|---|---|
triage | Read and classify entities | Safe — executes normally |
send_email | Send outbound emails via Gmail | Guarded — returns would_send |
reply_to_email | Reply to existing email threads | Guarded — returns would_reply |
slack | Post messages to Slack channels | Guarded — returns would_send_slack |
trigger_webhook | Fire HTTP webhooks to external systems | Guarded — returns would_trigger_webhook |
create_task | Create work tasks or HIL approval requests | Guarded — returns would_create_task |