Skip to main content
Glama

A2A MCP Server

get_task_result

Retrieve task results including status, message, and artifacts from an A2A agent by specifying a task ID. Optionally include historical data for comprehensive insights.

Instructions

Retrieve the result of a task from an A2A agent.

Args: task_id: ID of the task to retrieve history_length: Optional number of history items to include (null for all)

Returns: Task result including status, message, and artifacts if available

Input Schema

NameRequiredDescriptionDefault
history_lengthNo
task_idYes

Input Schema (JSON Schema)

{ "properties": { "history_length": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "History Length" }, "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "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