Skip to main content
Glama
AssistantMail

Assistant Mail

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASSISTANT_MAIL_API_KEYNoAPI key (amk_...). Can be omitted if passed per-tool.
ASSISTANT_MAIL_API_BASE_URLNoThe public API for the AssistantMail service.https://api.assistant-mail.ai

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
assistantmail_healthA

Returns AssistantMail MCP server and API endpoint metadata.

assistantmail_get_meB

Gets account profile and tier metadata for the authenticated account.

assistantmail_get_inbound_policyB

Gets inbound email policy settings for the authenticated account.

assistantmail_update_inbound_policyC

Updates inbound email policy for the authenticated account.

assistantmail_create_mailboxC

Creates a mailbox for the authenticated account.

assistantmail_list_mailboxesB

Lists mailboxes accessible to the authenticated account.

assistantmail_get_mailboxC

Gets mailbox metadata for a mailbox ID.

assistantmail_update_mailboxB

Updates mailbox metadata (currently display name).

assistantmail_delete_mailboxA

Deletes a mailbox and all associated messages.

assistantmail_list_messagesC

Lists inbound and outbound messages for a mailbox.

assistantmail_get_messageA

Gets a specific message for a mailbox, including hydrated text/html bodies when available.

assistantmail_send_emailC

Queues an outbound email for a mailbox.

assistantmail_reply_messageC

Replies to an existing message in a mailbox thread.

assistantmail_delete_messagesB

Deletes messages from a mailbox by IDs or deletes all messages.

assistantmail_get_usageC

Gets daily and monthly send quota usage for a mailbox.

assistantmail_list_recipientsA

Lists approved/pending recipients for the authenticated account.

assistantmail_add_recipientB

Adds a recipient and sends a consent invitation when required.

assistantmail_remove_recipientB

Removes a recipient from the allowed recipient list.

assistantmail_send_email_referenceC

Provides the AssistantMail REST endpoint and required headers for email send requests.

assistantmail_list_messages_referenceC

Provides the AssistantMail REST endpoint for listing messages (inbound and outbound) in a mailbox.

assistantmail_get_message_referenceB

Provides the AssistantMail REST endpoint for fetching a single message including its full body content.

assistantmail_get_usage_referenceC

Provides the AssistantMail REST endpoint for checking send quota usage for a mailbox.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/AssistantMail/assistantmail-mcp'

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