Skip to main content
Glama
Thestral12

Postfleet MCP

by Thestral12

list_inbox

Read-onlyIdempotent

Retrieve recent messages from a mailbox, newest first, with comprehension status to quickly check what has arrived.

Instructions

List recent messages in a mailbox, newest first, with comprehension status per message. Call this when checking what has arrived; use read_email for full content and extracted data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoOptional. How many messages to return, 1-100. Defaults to a small recent page.
mailbox_idYesId of the mailbox to list, from list_mailboxes.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it is a safe read. The description adds that results are sorted newest first and include comprehension status, which is useful beyond the annotations. No contradictions are present.

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, front-loaded with the primary purpose and then usage guidance. Every word serves a purpose, no redundancy or filler.

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?

Given the tool's simplicity (2 parameters, 100% schema coverage, no output schema, and annotations present), the description adequately covers what it does, when to use it, and how it differs from a key sibling. It could optionally mention pagination or return format, but for a listing tool this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description does not add any additional meaning to the parameters beyond what the schema already provides (mailbox_id is required, limit is optional with range). The mention of 'newest first' is ordering behavior, not parameter semantics.

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 tool lists recent messages in a mailbox, with ordering (newest first) and includes comprehension status. It distinguishes itself from the sibling 'read_email' by noting that this tool is for checking arrivals while read_email provides full content and extracted data.

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 explicitly says 'Call this when checking what has arrived; use read_email for full content and extracted data.' This provides a clear when-to-use and an alternative. However, it does not mention when not to use it (e.g., for searching or filtering), which would elevate it to a 5.

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/Thestral12/postfleet-mcp'

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