a2a_send
Send a message to an A2A agent and retrieve the result, with polling for async task handling.
Instructions
Send a message to an A2A agent and wait for the result. Supports polling for async tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll | No | Whether to poll for task completion (default: true) | |
| agent | Yes | Agent name (from discovered agents) or direct URL | |
| message | Yes | The message to send to the agent | |
| context_id | No | Optional context ID for conversation continuation | |
| poll_timeout_ms | No | Total polling timeout in milliseconds (default: 120000) | |
| poll_interval_ms | No | Polling interval in milliseconds (default: 2000) | |
| poll_max_attempts | No | Maximum polling attempts (default: 60) |