Skip to main content
Glama

replyToMessage

Enable AI agents to reply to messages in specified inboxes using text or HTML, optionally including quoted replies, with automated inbox management via AgentMail.

Instructions

Reply to a message

Input Schema

NameRequiredDescriptionDefault
htmlNo
inbox_idYes
include_quoted_replyNo
message_idYes
textYes

Input Schema (JSON Schema)

{ "properties": { "html": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Html" }, "inbox_id": { "title": "Inbox Id", "type": "string" }, "include_quoted_reply": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Quoted Reply" }, "message_id": { "title": "Message Id", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "inbox_id", "message_id", "text" ], "title": "replyToMessageArguments", "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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