Skip to main content
Glama

A2A MCP Server

call_agent

Facilitates interaction with A2A MCP Server agents by sending specific prompts and receiving structured responses, enabling extended functionality through agent communication.

Instructions

Call an agent with a prompt. Args: agent_name: Name of the agent to call prompt: Prompt to send to the agent Returns: Dict with response from the agent

Input Schema

NameRequiredDescriptionDefault
agent_nameYes
promptYes

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "title": "Agent Name", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "agent_name", "prompt" ], "title": "call_agentArguments", "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/regismesquita/MCP_A2A'

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