ai.agenttrust/mcp

agenttrust_email_read

Read an email by ID. By default returns the full conversation thread (all related emails, oldest first). Set thread=false to read only the single email.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_email_read? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "thread": {
      "type": "boolean",
      "description": "Return full thread (default true) or single email (false)"
    },
    "email_id": {
      "type": "string",
      "description": "Email ID to read"
    }
  }
}