Skip to main content
Glama

@multimail/mcp-server

MCP-сервер для MultiMail. Предоставьте своему агенту собственный адрес электронной почты с поэтапным контролем со стороны человека — от полного одобрения до автономной отправки.

Быстрый старт

npx @multimail/mcp-server

Установите MULTIMAIL_API_KEY для полного доступа или запустите без него, чтобы сначала создать учетную запись. Получите ключ на multimail.dev.

Используя MultiMail, вы соглашаетесь с Условиями обслуживания и Политикой допустимого использования.

Related MCP server: MCP Email Server

Начало работы

У вас еще нет учетной записи? Есть два варианта:

Вариант А: Регистрация через браузер (рекомендуется, 60 секунд)

  1. Перейдите на multimail.dev/pricing

  2. Нажмите Get started free (или выберите платный тариф)

  3. Выберите, что будет делать ваш агент, и выберите режим контроля

  4. Проверьте свою электронную почту, чтобы получить код активации

  5. Добавьте API-ключ в свою конфигурацию MCP ниже

Вариант Б: Удаленный MCP-сервер (автоматическая регистрация через OAuth)

Добавьте это в свой MCP-клиент — регистрация произойдет в браузере при первом подключении:

{
  "mcpServers": {
    "multimail": {
      "type": "url",
      "url": "https://mcp.multimail.dev/mcp"
    }
  }
}

После регистрации: настройка почтового ящика

При первом использовании MultiMail предложит вам настроить почтовый ящик. Вы также можете сделать это явно с помощью инструмента configure_mailbox:

  • Режим контроля: какой уровень одобрения человеком требуется (gated_send, monitored, autonomous и т. д.)

  • Отображаемое имя: имя отправителя, отображаемое в письмах

  • Настройки CC/BCC по умолчанию: автоматическая копия адресов во всех исходящих письмах

  • Планирование: включение/отключение запланированной отправки и установка времени ожидания по умолчанию

  • Подпись: блок подписи электронной почты

Если вы пропустите этот шаг, MultiMail напомнит вам об этом при первом вызове инструмента.

Настройка

Вариант А: Удаленный сервер (рекомендуется)

Установка не требуется. Подключайтесь напрямую к нашему размещенному серверу. Аутентификация через OAuth в браузере.

{
  "mcpServers": {
    "multimail": {
      "type": "url",
      "url": "https://mcp.multimail.dev/mcp"
    }
  }
}

Работает с Claude.ai, Claude Desktop, Claude Code и любым клиентом, поддерживающим удаленные MCP-серверы.

Вариант Б: Локальный сервер (stdio)

Запустите сервер локально. API-ключ передается как переменная окружения.

{
  "mcpServers": {
    "multimail": {
      "command": "npx",
      "args": ["-y", "@multimail/mcp-server"],
      "env": {
        "MULTIMAIL_API_KEY": "mm_live_...",
        "MULTIMAIL_MAILBOX_ID": "01KJ1NHN8J..."
      }
    }
  }
}

Где это добавить

Клиент

Файл конфигурации

Claude Code

~/.claude/.mcp.json

Claude Desktop

claude_desktop_config.json

Cursor

.cursor/mcp.json в вашем проекте

Windsurf

~/.codeium/windsurf/mcp_config.json

Copilot (VS Code)

.vscode/mcp.json в вашем проекте

OpenCode

mcp.json в вашем проекте

ChatGPT Desktop

Настройки > MCP Servers

Любой MCP-клиент

Обратитесь к документации вашего клиента для поиска места конфигурации

Переменные окружения

Переменная

Обязательно

Описание

MULTIMAIL_API_KEY

Требуется для полного доступа. Запустите без него, чтобы увидеть инструкции по настройке — или используйте удаленный сервер для автоматической регистрации через OAuth.

Ваш API-ключ MultiMail (mm_live_...)

MULTIMAIL_MAILBOX_ID

Нет

ID почтового ящика по умолчанию. Если не задано, передавайте mailbox_id в каждый инструмент или сначала вызовите list_mailboxes.

MULTIMAIL_API_URL

Нет

Базовый URL API. По умолчанию https://api.multimail.dev.

Инструменты

Инструмент

Описание

list_mailboxes

Список всех почтовых ящиков, доступных для этого API-ключа

configure_mailbox

Настройка параметров почтового ящика: режим контроля, отображаемое имя, CC/BCC, планирование, подпись

send_email

Отправка письма с телом в формате markdown. Поддерживает вложения, idempotency_key и send_at для запланированной доставки.

check_inbox

Список писем с фильтрами: статус, отправитель, тема, диапазон дат, направление, вложения, курсорная пагинация

read_email

Получение полного содержимого письма. Возвращает доверенные метаданные и недоверенное тело письма как отдельные блоки контента.

reply_email

Ответ на письмо в существующей цепочке. Поддерживает вложения и idempotency_key.

download_attachment

Скачивание вложения письма в формате base64 с типом контента

get_thread

Получение всех писем в цепочке переписки с участниками и метаданными

cancel_message

Отмена ожидающего или запланированного письма

schedule_email

Планирование письма для будущей доставки с обязательным временем send_at. Редактируйте или отменяйте до отправки.

edit_scheduled_email

Редактирование времени доставки, получателей, темы или тела запланированного письма до его отправки

update_mailbox

Обновление настроек почтового ящика (отображаемое имя, режим контроля, подпись, вебхуки)

update_account

Обновление настроек учетной записи (название организации, email для контроля, физический адрес)

delete_mailbox

Безвозвратное удаление почтового ящика (требуются права администратора)

request_challenge

Запрос задачи ALTCHA proof-of-work для создания учетной записи (API-ключ не требуется)

create_account

Создание новой учетной записи с решенной задачей PoW (API-ключ не требуется)

resend_confirmation

Повторная отправка письма с кодом активации (API-ключ не требуется)

activate_account

Активация учетной записи с использованием кода из письма подтверждения (API-ключ не требуется)

tag_email

Установка, получение или удаление тегов «ключ-значение» для писем (постоянная память агента)

add_contact

Добавление контакта в адресную книгу с дополнительными тегами

search_contacts

Поиск в адресной книге по имени или email

get_account

Получение статуса учетной записи, тарифа, квоты, возможности отправки, уровня принудительного контроля

create_mailbox

Создание нового почтового ящика (требуются права администратора)

request_upgrade

Запрос повышения режима контроля (лестница доверия)

apply_upgrade

Применение кода повышения от оператора

get_usage

Проверка квоты и статистики использования за расчетный период

list_pending

Список писем, ожидающих решения по контролю (требуются права контроля)

decide_email

Одобрение или отклонение ожидающего письма (требуются права контроля)

report_spam

Пометка письма как спам и перемещение в карантин

not_spam

Восстановление письма из спама в непрочитанные и пометка как «не спам»

list_spam

Список писем, помеченных как спам и находящихся в карантине

delete_contact

Удаление контакта из адресной книги

check_suppression

Список заблокированных адресов электронной почты

remove_suppression

Удаление адреса из списка блокировки

list_api_keys

Список всех API-ключей (требуются права администратора)

create_api_key

Создание нового API-ключа с областями доступа (требуются права администратора + одобрение оператора; комбинации send+oversight отклоняются для предотвращения самоодобрения)

revoke_api_key

Отзыв API-ключа (требуются права администратора)

get_audit_log

Получение журнала аудита учетной записи (требуются права администратора)

delete_account

Безвозвратное удаление учетной записи и всех данных (требуются права администратора)

wait_for_email

Блокировка до прихода нового письма, соответствующего фильтрам, или по тайм-ауту (макс. 120 с)

create_webhook

Создание подписки на вебхук для уведомлений о событиях электронной почты в реальном времени

list_webhooks

Список всех подписок на вебхуки для этой учетной записи

delete_webhook

Удаление подписки на вебхук

Как это работает

  • Вы пишете тело письма в markdown. MultiMail преобразует его в отформатированный HTML для доставки.

  • Входящая почта приходит в виде чистого markdown. Никакого парсинга HTML или декодирования MIME.

  • Цепочки писем формируются автоматически. Отвечайте на письмо, и заголовки будут установлены правильно.

  • Отправленные письма возвращают статус pending_scan, пока письмо сканируется на угрозы. Если ваш почтовый ящик использует контролируемую отправку, статус переходит в pending_send_approval для проверки человеком. Не пытайтесь повторить отправку.

  • Проверяйте других агентов, сверяя подписанный заголовок X-MultiMail-Identity в полученных письмах.

Разработка

npm install
npm run dev   # Run with tsx (no build needed)
npm run build # Compile TypeScript
npm start     # Run compiled version

Тестирование

echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | MULTIMAIL_API_KEY=mm_live_... node dist/index.js

Лицензия

MIT

Available Tools

7 tools
check_inboxAInspect

List emails in your inbox. Returns email summaries including id, from, to, subject, status, received_at, and has_attachments. Does NOT include the email body — call read_email with the email ID to get the full message content.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by email status (default: all)
mailbox_idNoMailbox ID (uses MULTIMAIL_MAILBOX_ID env var if not provided)

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the return format (email summaries with specific fields) and clarifies what is not included (email body), which is valuable context. However, it lacks details on potential behavioral traits like pagination, rate limits, authentication requirements, or error handling, leaving some gaps for a tool with no annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by essential details on return values and tool differentiation. Every sentence adds value—clarifying included fields, excluded content, and when to use alternatives—with no redundant or unnecessary information, making it highly efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (listing emails with filtering), no annotations, and no output schema, the description does a good job by specifying the return format and tool differentiation. However, it could be more complete by mentioning potential limitations (e.g., pagination, default sorting) or error scenarios, which would help an agent use it more effectively in varied contexts.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents both parameters ('status' and 'mailbox_id') with descriptions and enum values. The description does not add any parameter-specific information beyond what the schema provides, such as default behaviors or usage examples. This meets the baseline of 3 for high schema coverage without additional param details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List emails in your inbox') and resource ('emails'), distinguishing it from siblings like 'read_email' (which gets full content) and 'list_mailboxes' (which lists mailboxes rather than emails). It provides precise scope by mentioning what's included (summaries with specific fields) and what's excluded (email body).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('List emails in your inbox') versus alternatives ('call read_email with the email ID to get the full message content'), providing clear guidance on tool selection. It differentiates from 'read_email' by specifying that this tool returns summaries only, not full content.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_mailboxesAInspect

List all mailboxes available to this API key. Returns each mailbox's ID, email address, oversight mode, and display name. Use this to discover your mailbox ID if MULTIMAIL_MAILBOX_ID is not set.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses what the tool returns ('Returns each mailbox's ID, email address, oversight mode, and display name'), which is valuable behavioral information. However, it doesn't mention potential limitations like pagination, rate limits, or authentication requirements, leaving some gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise with two sentences: the first states purpose and return values, the second provides usage guidance. Every word earns its place, and the structure is front-loaded with the core functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (0 parameters, no annotations, no output schema), the description is quite complete. It explains what the tool does, what it returns, and when to use it. The only minor gap is the lack of output format details, but for a list operation this is acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has 0 parameters with 100% schema description coverage, so the baseline would be 4. The description appropriately doesn't discuss parameters since there are none, which is correct and efficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List all mailboxes') and resource ('available to this API key'), distinguishing it from sibling tools like check_inbox or read_email which operate on specific mailboxes rather than listing them. It provides a concrete purpose beyond just the tool name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: 'Use this to discover your mailbox ID if MULTIMAIL_MAILBOX_ID is not set.' This provides clear guidance on the primary use case and distinguishes it from alternatives like check_inbox which require a mailbox ID.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

read_emailAInspect

Get the full content of a specific email, including the markdown body and attachment metadata. Automatically marks unread emails as read. Use the email ID from check_inbox results.

ParametersJSON Schema
NameRequiredDescriptionDefault
email_idYesThe email ID to read
mailbox_idNoMailbox ID (uses MULTIMAIL_MAILBOX_ID env var if not provided)

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it retrieves email content and 'Automatically marks unread emails as read,' which is a critical side effect not obvious from the tool name. It lacks details on error handling or rate limits, but covers the main operational behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, with three concise sentences that each add value: the first states the purpose, the second reveals a key behavioral trait, and the third provides usage guidance. There is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (read operation with side effects), no annotations, and no output schema, the description is mostly complete. It covers purpose, behavior, and usage context, but lacks details on return values (e.g., structure of the response) and error conditions, which would be helpful for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters ('email_id' and 'mailbox_id') fully. The description adds no additional parameter semantics beyond what the schema provides, such as format examples or usage tips, meeting the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get the full content'), resource ('a specific email'), and scope ('including the markdown body and attachment metadata'). It distinguishes from siblings like 'check_inbox' (which lists emails) and 'send_email' (which sends emails).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool ('Use the email ID from check_inbox results'), establishing a workflow dependency. However, it does not explicitly state when not to use it or name alternatives (e.g., vs. 'search_identity' for finding emails).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

reply_emailAInspect

Reply to an email in its existing thread. Threading headers (In-Reply-To, References) are set automatically. The body is written in markdown. If the mailbox is in read_only mode, this returns a 403 error with upgrade instructions. If the mailbox uses gated oversight, the response status will be 'pending_approval' — the reply is queued for human review. Do not retry or resend when you see pending_approval.

ParametersJSON Schema
NameRequiredDescriptionDefault
email_idYesThe email ID to reply to
markdownYesReply body in markdown format
ccNoCC email addresses
mailbox_idNoMailbox ID (uses MULTIMAIL_MAILBOX_ID env var if not provided)

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does so well by disclosing key behavioral traits: automatic threading header handling, markdown body format, error responses (403 with upgrade instructions), and queuing behavior for gated oversight ('pending_approval' status). It does not cover all possible behaviors like rate limits or auth needs, but adds substantial context beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with the core purpose and then adding critical behavioral details. Every sentence adds value, such as error handling and status warnings, with no wasted words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of an email reply tool with no annotations and no output schema, the description is mostly complete, covering purpose, usage context, and key behaviors. However, it lacks details on return values or success responses, which could be important for agent handling, preventing a perfect score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description does not add meaning beyond the schema, such as explaining parameter interactions or constraints. Baseline 3 is appropriate as the schema handles parameter documentation adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Reply to an email in its existing thread') and resource ('email'), distinguishing it from siblings like 'send_email' (new email) and 'read_email' (viewing). It specifies that threading headers are handled automatically, which adds precision.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for usage by mentioning error conditions (403 error for read-only mode, 'pending_approval' for gated oversight) and advising against retries in specific cases. However, it does not explicitly compare to alternatives like 'send_email' or state when not to use it, keeping it from a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

resend_confirmationAInspect

Resend the operator anti-spam confirmation email. Use this if the account is stuck in 'pending_operator_confirmation' status because the original confirmation email was lost or filtered. Rate limited to 1 request per 5 minutes. Only works for unconfirmed accounts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: the rate limit ('Rate limited to 1 request per 5 minutes'), the precondition ('Only works for unconfirmed accounts'), and the specific use case (accounts stuck in pending_operator_confirmation). However, it doesn't mention error conditions or what happens after the email is resent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise with three sentences that each serve a distinct purpose: stating the action, providing usage context, and disclosing behavioral constraints. There is zero wasted text, and the most critical information (what the tool does) is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (administrative action with rate limits), no annotations, and no output schema, the description does a good job covering the essential context: purpose, usage conditions, and behavioral constraints. However, it doesn't describe what the tool returns or what happens after the email is sent, leaving some gaps in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has 0 parameters with 100% schema description coverage, so the baseline would be 4. The description doesn't need to explain parameters, but it does implicitly confirm there are no required inputs by describing the tool's function without mentioning any parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Resend the operator anti-spam confirmation email') and the resource it operates on (confirmation emails for accounts). It distinguishes this tool from siblings by focusing on a specific administrative function rather than general email operations like sending, reading, or searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('if the account is stuck in pending_operator_confirmation status because the original confirmation email was lost or filtered') and when not to use it ('Only works for unconfirmed accounts'). This provides clear context and exclusions, though it doesn't name specific alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_identityAInspect

Look up the public identity document for any MultiMail email address. Returns the agent's operator, oversight mode, capabilities, and whether the operator is verified. No authentication required. Use this to verify another agent's identity before sending sensitive information.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesThe email address to look up (e.g. sandy@multimail.dev)

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it's a read-only lookup ('look up'), requires no authentication ('No authentication required'), and describes the return content. However, it doesn't mention potential errors, rate limits, or data freshness, leaving some gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured in two sentences: the first states purpose and returns, the second provides usage guidance. Every phrase adds value with zero waste, making it easy to parse and front-loaded with essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple lookup tool with 1 parameter and no output schema, the description is nearly complete: it covers purpose, usage, behavioral aspects, and return values. It lacks details on error cases or output structure, but given the low complexity, this is a minor gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents the single 'address' parameter. The description adds no additional parameter details beyond implying it's for email addresses, which the schema's format already specifies. Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('look up') and resource ('public identity document for any MultiMail email address'), specifying it returns operator, oversight mode, capabilities, and verification status. It distinguishes from siblings like check_inbox or send_email by focusing on identity verification rather than email operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use this tool ('to verify another agent's identity before sending sensitive information'), providing clear context for its application. While it doesn't name specific alternatives, the guidance is direct and actionable for the intended use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

send_emailAInspect

Send an email from your MultiMail address. The body is written in markdown and automatically converted to formatted HTML for delivery. If the mailbox is in read_only mode, this returns a 403 error with upgrade instructions — use request-upgrade to ask the operator for more autonomy. If the mailbox uses gated oversight, the response status will be 'pending_approval' — this means the email is queued for human review. Do not retry or resend when you see pending_approval.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email addresses
subjectYesEmail subject line
markdownYesEmail body in markdown format
ccNoCC email addresses
mailbox_idNoMailbox ID (uses MULTIMAIL_MAILBOX_ID env var if not provided)

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It excellently describes multiple behavioral traits: markdown-to-HTML conversion, error handling for read_only mode (403 with upgrade instructions), and gated oversight behavior (pending_approval status with no-retry policy). This provides comprehensive behavioral context beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with three sentences, each serving a distinct purpose: core functionality, error handling, and approval workflow. There's zero wasted language, and critical information is front-loaded about the main sending functionality before detailing edge cases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description provides exceptional completeness. It covers the core functionality, input format (markdown), error scenarios (403, pending_approval), and behavioral constraints (no retry). This gives the agent sufficient context to use the tool correctly despite the lack of structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the baseline is 3. The description doesn't add specific parameter semantics beyond what's in the schema, though it does mention markdown format for the body which aligns with the schema's 'markdown' parameter description. No additional parameter context is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('send an email'), identifies the resource ('from your MultiMail address'), and distinguishes it from siblings like 'reply_email' or 'check_inbox' by focusing on sending new emails. It provides additional context about markdown conversion that further clarifies its unique function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides when-to-use guidance by mentioning the 'read_only mode' scenario (returns 403 error) and directing users to 'use request-upgrade' as an alternative. It also explains the 'pending_approval' status for gated oversight mailboxes and explicitly states 'Do not retry or resend' in that case, providing clear usage boundaries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updatesv0.1.7
    • First observedcheck_inbox
    • First observedlist_mailboxes
    • First observedread_email
    • First observedreply_email
    • First observedresend_confirmation
    • First observedsearch_identity
    • First observedsend_email

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a distinct and clearly defined purpose with no overlap. For example, check_inbox lists emails, read_email retrieves full content, send_email and reply_email handle different sending actions, and search_identity serves a unique verification function. The descriptions explicitly differentiate tools, preventing agent misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as check_inbox, list_mailboxes, and send_email. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.

Tool Count5/5

With 7 tools, the server is well-scoped for email management, covering core operations like reading, sending, replying, searching, and administrative tasks. Each tool serves a necessary function without redundancy, fitting the domain appropriately.

Completeness4/5

The tool set covers essential email workflows including inbox checking, reading, sending, replying, identity verification, and administrative actions. A minor gap exists in lacking explicit tools for deleting emails or managing attachments beyond metadata, but agents can work around this with the provided operations.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.
    20,627
    1,165
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides IMAP and SMTP capabilities, enabling developers to manage email services with seamless integration and automated workflows.
    18
    321
    BSD 3-Clause
  • A
    license
    A
    quality
    A
    maintenance
    A simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.
    103
    21,862
    566
    MIT
  • -
    license
    C
    quality
    C
    maintenance
    Gives on-the-fly inboxes to AI agents. Agents / LLM's can send, receive, and take action in isolated inboxes. Built for AI unlike Gmail. Check us out at agentmail.to
    10
    98
    -

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/multimail-dev/mcp-server'

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