Skip to main content
Glama
MailFlat

mailflat-mcp

Official

list_inboxes

Retrieve all inboxes associated with your API key to manage email accounts and monitor availability.

Instructions

List all inboxes available to this API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

There are no annotations, so the description carries the full burden of behavioral explanation. The verb 'list' reasonably implies a read-only operation with no side effects, and the API key scoping adds a useful constraint. It does not disclose return format, pagination, or whether deleted/inaccessible inboxes are filtered out, but this is acceptable for a basic listing operation.

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 a single, efficient sentence that immediately states the action and the scope, without any redundant words. It is appropriately minimal and well-structured for the tool's simplicity.

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 parameterless list tool, the description is nearly complete: the agent knows what to invoke and what result to expect conceptually—a list of inboxes. The lack of an output schema means the exact response shape is not specified, but the description communicates enough for straightforward usage.

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, so the schema already fully defines the input. The description adds meaningful scope context by stating that the result is limited to inboxes available to the API key, which helps the agent understand why no parameters are needed.

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 verb ('List') and resource ('all inboxes') scoped by the API key. It is easily distinguishable from sibling tools like create_inbox or read_messages that target other operations.

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 conveys that this is the tool to use when the agent needs to list or enumerate available inboxes, since no sibling has a listing action. However, it does not explicitly mention when to prefer alternatives like read_messages or create_inbox, leaving some inference to the agent.

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/MailFlat/mailflat-sdks'

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