Skip to main content
Glama
huckncatch

mailmate-mcp

by huckncatch

list_mailboxes

Get an overview of all mailboxes across configured MailMate accounts, including account name, mailbox path, and message count for each.

Instructions

List all mailboxes across all configured MailMate accounts.

Returns account name, mailbox path, and message count for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly states the operation is a listing (non-mutating) and specifies the return fields (account name, mailbox path, message count). It does not need to warn about side effects because a list operation has none.

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 two sentences long, front-hoaded with the action, and contains no fluff. Every sentence contributes: the first defines scope, the second defines the output contract.

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?

This is a simple zero-parameter listing tool. The description states the full scope and the returned fields, and an output schema exists to define the exact return shape. Nothing relevant is mising.

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 input schema has zero parameters, so the baseline is 4. The description adds no parameter information because there are no parameters to document; schema coverage is 100% by virue of noparams.

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 states a specific verb ('List') and a clear resource ('all mailboxes across all configured MailMate accounts'). This differentiates it from sibling tools like list_tags or search_messages_tool, which operaze on different entities.

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

Usage Guidelines3/5

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

The description implies the tool should be used when a user needs to enumerate mailboxes across accounts, but it does not explicitly mention when to prefer it over alternatives or when not to use it. Since siblings have distinctly different purposes, the implication is sufficient but not stated.

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

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/huckncatch/mailmate-mcp'

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