Skip to main content
Glama
sapn95
by sapn95

epost_list_letters

Retrieve a list of digital letters from your Swiss ePost letterbox, including sender, title, date, and read status. Optionally set a limit on how many to fetch.

Instructions

List the letters currently in the digital letterbox (index, id, sender, title, date, read). Over the API at most limit are returned and the reply says so when that window was filled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNohow many to fetch over the API (default 200)
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions the limit behavior and fields returned, but does not explain pagination, authentication requirements, read-only nature, or whether it returns all letters (including read/unread).

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 long, front-loads the core purpose, and each sentence adds value. No unnecessary 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?

The description includes the fields returned and limit behavior, which is sufficient for a simple list tool. However, it could better differentiate from siblings by noting that it lists current (not deleted) letters.

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% with a description for the limit parameter. The description adds a note about the limit behavior, which adds slight context but does not significantly improve upon the schema.

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 'List' and the resource 'letters currently in the digital letterbox', and lists the returned fields. This distinguishes it from siblings like epost_list_deleted and epost_search.

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 mentions the limit behavior but does not explicitly state when to use this tool versus alternatives like epost_search or epost_list_deleted. No exclusion criteria or typical use cases are provided.

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/sapn95/epost-mcp'

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