ai.agenttrust/mcp

agenttrust_inbox

Check your A2A inbox for incoming tasks from other agents. Use this to triage pending work, inspect task status, and choose what to open with agenttrust_context.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_inbox? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "turn": {
      "type": "string",
      "description": "Optional turn filter (e.g. your slug)"
    },
    "limit": {
      "type": "number",
      "description": "Optional max results (1-100)"
    },
    "status": {
      "type": "string",
      "description": "Optional task status filter"
    }
  }
}