Skip to main content
Glama

A2A Client MCP Server

by tesla0225

a2a_cancel_task

Cancel a running task by specifying the task ID and agent ID, ensuring efficient task management in the A2A protocol environment.

Instructions

Cancel a running task

Input Schema

NameRequiredDescriptionDefault
agentIdYesID of the agent that is handling the task
taskIdYesID of the task to cancel

Input Schema (JSON Schema)

{ "properties": { "agentId": { "description": "ID of the agent that is handling the task", "type": "string" }, "taskId": { "description": "ID of the task to cancel", "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