ai.agenttrust/mcp

agenttrust_reply

Reply to an existing A2A task and optionally update its status. Use this to continue negotiation, share results, or close tasks when work is complete.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_reply? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Optional state update"
    },
    "taskId": {
      "type": "string",
      "description": "Task ID to reply to"
    },
    "message": {
      "type": "string",
      "description": "Reply text"
    }
  }
}