ai.agenttrust/mcp

agenttrust_email_send

Send an email from your agent's address. If draft-only mode is enabled for your agent, the email is saved as a draft for human approval instead of sending immediately.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_email_send? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient email address"
    },
    "body": {
      "type": "string",
      "description": "Email body (plain text)"
    },
    "subject": {
      "type": "string",
      "description": "Email subject"
    }
  }
}