Skip to main content
Glama
MadLlama25

Fastmail MCP Server

by MadLlama25

get_recent_emails

Retrieve recent emails from selected mailboxes, excluding Trash and Spam. Filter by mailbox name, set limit, or sort ascending.

Instructions

Get the most recent emails across all mailboxes except Trash and Spam (pass mailboxName to scope to one folder, e.g. "inbox")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of recent emails to retrieve (default: 10, max: 50)
ascendingNoSort oldest first instead of newest first (default: false)
mailboxNameNoMailbox to search (optional; when omitted, all mailboxes except Trash and Spam are searched)
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses default exclusion of Trash and Spam and scoping behavior. Does not mention return format, pagination beyond limit, or potential errors. Adequate but not comprehensive.

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?

Single, efficient sentence with parenthetical example. Front-loaded with core action, no wasted words.

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?

Sufficient for a simple retrieval tool with 3 optional parameters. Explains scope and scoping. Lacks details on output fields, ordering, and limits beyond max, but context given sibling tools is adequate.

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?

Schema covers all parameters with descriptions. The description adds value by giving a concrete example for mailboxName and clarifying default behavior. Schema coverage is 100%, baseline 3, with extra context pushes to 4.

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 'Get the most recent emails' with specific scope ('across all mailboxes except Trash and Spam' and optional scoping to a folder via mailboxName). It effectively distinguishes from siblings like list_emails and search_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?

Provides clear guidance on default scope and scoping via mailboxName parameter. Lacks explicit when-not-to-use or comparison to alternate tools, but the context of scoping is clear.

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

Install Server

Other 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/MadLlama25/fastmail-mcp'

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