Skip to main content
Glama

AgentMail

by agentmail-to

listMessages

Retrieve and organize messages from specified inboxes on AgentMail, enabling AI agents to manage and process communication efficiently. Supports pagination for scalable message listing.

Instructions

List messages

Input Schema

NameRequiredDescriptionDefault
inbox_idYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "inbox_id": { "title": "Inbox Id", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" } }, "required": [ "inbox_id" ], "title": "listMessagesArguments", "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