Skip to main content
Glama

A2A Client MCP Server

by tesla0225

a2a_send_task_subscribe

Send tasks to A2A-compatible agents and subscribe to real-time streaming updates for monitoring progress and receiving responses.

Instructions

Send a task and subscribe to updates (streaming)

Input Schema

NameRequiredDescriptionDefault
agentIdNoOptional agent ID. If not provided, the first available agent will be used
maxUpdatesNoMaximum number of updates to receive (default: 10)
messageYesMessage to send to the agent
taskIdNoOptional task ID. If not provided, a new UUID will be generated

Input Schema (JSON Schema)

{ "properties": { "agentId": { "description": "Optional agent ID. If not provided, the first available agent will be used", "type": "string" }, "maxUpdates": { "description": "Maximum number of updates to receive (default: 10)", "type": "number" }, "message": { "description": "Message to send to the agent", "type": "string" }, "taskId": { "description": "Optional task ID. If not provided, a new UUID will be generated", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from A2A Client 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/tesla0225/mcp-a2a'

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