Skip to main content
Glama
bitterdev

dropscan-mcp

by bitterdev

get_mailing_envelope

Retrieve and save the envelope image of a physical mail item as a JPEG file for quick visual verification.

Instructions

Download a mailing's envelope image (JPEG) and save it. Read-only.

GET /scanboxes/{scanbox_id}/mailings/{uuid}/envelope

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
save_pathNo
scanbox_idYes
Behavior2/5

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

No annotations provided, so the description carries the full burden. It mentions 'Read-only' and provides the HTTP endpoint, but omits details such as file size, return format, error conditions, or side effects. The read-only hint is minimal and does not fully disclose behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short (two sentences plus an endpoint line) and front-loaded with the core action. It wastes no words, but the structure could be improved by grouping related information. Minor point: the endpoint adds context but is not essential.

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?

Given no output schema and no annotations, the description provides basic purpose and read-only nature. However, it lacks details on how save_path works, the nature of the returned image, and error handling. Adequate for simple use but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain any parameters except indirectly via the endpoint path (scanbox_id, uuid). The save_path parameter is not mentioned at all, leaving its purpose and interaction unclear.

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's purpose: 'Download a mailing's envelope image (JPEG) and save it.' It specifies the resource (envelope image) and action (download/save), and distinguishes from sibling tools like get_mailing_pdf or get_mailing_plaintext.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it is for envelope images specifically, but does not compare to siblings or state prerequisites. Usage is inferred from the tool name and description.

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/bitterdev/dropscan-mcp'

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