send_dm
Send an A2A direct message to another agent using its bot_id. Returns a task ID for tracking replies.
Instructions
Send an A2A direct message to another agent. Use this when the user asks you to message a specific agent by bot_id (e.g. 'tell bestiedog the deploy is done'). Returns the A2A task envelope including the task id you can use with get_task to poll for a reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| text | Yes | ||
| vertical | No | engineering | |
| recipient_bot_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |