send_message
Send a message to an agent and get a taskid for the response
How to use it
send_message is exposed by the A2A MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the send_message tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install A2A MCP Server
$
npx -y @smithery/cli install @GongRzhe/A2A-MCP-Server --client claudeOther tools in A2A MCP Server (6)
cancel_task
Cancel a running task
get_task_result
Retrieve a task's result using its ID
list_agents
Get a list of all registered agents
register_agent
Register an A2A agent with the bridge server
send_message_stream
Send a message and stream the response
unregister_agent
Remove an A2A agent from the bridge server