Skip to main content
Glama

AgentMail

by agentmail-to

sendMessage

Send messages securely within isolated inboxes on AgentMail. Specify recipients, subject, text, and optional HTML for AI agents to communicate effectively.

Instructions

Send a message

Input Schema

NameRequiredDescriptionDefault
bccNo
ccNo
htmlNo
inbox_idYes
subjectYes
textYes
toYes

Input Schema (JSON Schema)

{ "properties": { "bcc": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Bcc" }, "cc": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Cc" }, "html": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Html" }, "inbox_id": { "title": "Inbox Id", "type": "string" }, "subject": { "title": "Subject", "type": "string" }, "text": { "title": "Text", "type": "string" }, "to": { "items": { "type": "string" }, "title": "To", "type": "array" } }, "required": [ "inbox_id", "to", "subject", "text" ], "title": "sendMessageArguments", "type": "object" }

You must be authenticated.

Other Tools from AgentMail

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmail-to/agentmail-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server