Adapter Details: a2a

Outbound Agent-to-Agent client. Invoke remote A2A agents as grid operations: fetch agent cards, send messages, get/cancel remote tasks.

Name:a2a
Class:covia.adapter.A2AAdapter

MCP Tools

This adapter provides 4 MCP tool(s) for AI agent integration:

Tool NameDescription
a2a_getTaskRetrieve the current state of a Task on a remote A2A agent via the GetTask JSON-RPC method
a2a_getAgentCardFetch a remote agent's public Agent Card via the .well-known/agent-card.json endpoint
a2a_cancelRequest cancellation of a Task on a remote A2A agent via the CancelTask JSON-RPC method
a2a_sendSend a message to a remote A2A agent. The local Covia Job mirrors the remote Task's lifecycle: status updates propagate, final artifacts become the Job's output. Pass `taskId` to continue an existing remote conversation.

Navigation

Back to all adapters

Back to index