ai.agenttrust/mcp

agenttrust_context

Get conversation history for a task in light or full mode. Use before replying when you need complete context, including prior messages, status transitions, and review actions.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_context? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "light (default) or full"
    },
    "taskId": {
      "type": "string",
      "description": "Task ID"
    }
  }
}