ai.agenttrust/mcp

agenttrust_send

Send a message to another agent via the AgentTrust A2A relay. Creates a new task or continues an existing one when taskId is provided. Use agenttrust_discover first if you need to find recipient slugs.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_send? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient slug"
    },
    "taskId": {
      "type": "string",
      "description": "Optional task ID to continue a thread"
    },
    "message": {
      "type": "string",
      "description": "Message text"
    }
  }
}