Skip to main content
Glama
mattmaas

Fastmail MCP Server

by mattmaas

fastmail_get_account

Retrieve current Fastmail account details and session information to verify user identity and access context.

Instructions

Get Fastmail account information and session details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. 'Get' implies a read-only operation and the description names the return categories, but it does not disclose authentication expectations, session-token sensitivity, or whether any cached state is involved. This is thin but not contradictory.

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?

One sentence, front-loaded with the operation, with no filler. The brevity is appropriate for a zero-parameter getter, and every word contributes to understanding the tool's purpose.

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

Completeness3/5

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

The tool is simple with zero parameters, and the description covers the high-level purpose. However, with no output schema, the agent is left without details on the shape or content of the returned account information and session details. This is adequate for calling the tool but not fully complete for interpreting its response.

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 zero parameters and 100% schema coverage, which is the baseline-4 case; there is no parameter-level meaning for the description to add. The description correctly focuses on the operation rather than inputs.

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

Purpose4/5

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

The description names a specific verb ('Get') and resource ('Fastmail account information and session details'), which clearly separates it from the email, masked-email, and folder siblings. It does not explicitly state how it differs from other account-level operations, but no such sibling exists.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It simply states what it does, with no prerequisites, exclusions, or context to help an agent decide whether this is the right tool for account-related information.

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

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