Skip to main content
Glama

A2A MCP Server

send_message_stream

Send messages to A2A agents and receive real-time streaming responses. Supports multi-turn conversations with optional session IDs for enhanced interaction.

Instructions

Send a message to an A2A agent and stream the response.

Args: agent_url: URL of the A2A agent message: Message to send session_id: Optional session ID for multi-turn conversations

Returns: Stream of agent's responses

Input Schema

NameRequiredDescriptionDefault
agent_urlYes
messageYes
session_idNo

Input Schema (JSON Schema)

{ "properties": { "agent_url": { "title": "Agent Url", "type": "string" }, "message": { "title": "Message", "type": "string" }, "session_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session Id" } }, "required": [ "agent_url", "message" ], "type": "object" }
Install Server

Other Tools from A2A MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/A2A-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server