Skip to main content
Glama
Patrick130306

smailr-mcp

get_mailbox

Fetch mailbox details by ID to view email account information. This read-only action returns specific mailbox data for the given ID.

Instructions

Get mailbox details by ID. Scope: mailbox:read

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It signals a read-only operation through 'Get' and the explicit scope 'mailbox:read'. However, it does not disclose response format, error behavior, or whether any additional permissions are required, leaving some behavioral details unspecified.

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 sentence with no fluff. It opens with the action and resource, then adds the required identifier and scope. Every word contributes useful 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?

This is a simple read tool with one required parameter and no output schema. The description sufficiently conveys what the tool does and how to invoke it. It stops short of describing the returned detail fields, but for a 'get by ID' tool the provided scope and lookup key are largely enough.

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 schema has one undocumented 'id' parameter (0% schema description coverage). The description's 'by ID' directly clarifies that the parameter is the mailbox identifier, adding meaningful semantic context the schema alone does not provide.

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 action ('Get'), the resource ('mailbox details'), and the lookup key ('by ID'). This distinguishes it from list_mailboxes, which returns multiple mailboxes, and from mutation siblings like update_mailbox.

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 gives a clear context: use this when you need details for a specific mailbox identified by its ID. It does not explicitly name alternatives or exclusions, but the intended usage is unambiguous enough given the sibling tool names.

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/Patrick130306/smailr-mcp'

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