Skip to main content
Glama

A2A Client MCP Server

by tesla0225

a2a_get_task

Retrieve the current state of a specific task by providing the task ID and agent ID for accurate tracking and monitoring within the A2A Client MCP Server.

Instructions

Get the current state of a task

Input Schema

NameRequiredDescriptionDefault
agentIdYesID of the agent that handled the task
taskIdYesID of the task to retrieve

Input Schema (JSON Schema)

{ "properties": { "agentId": { "description": "ID of the agent that handled the task", "type": "string" }, "taskId": { "description": "ID of the task to retrieve", "type": "string" } }, "required": [ "taskId", "agentId" ], "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