Skip to main content
Glama

Get Parcel Delivery

parcel_get_delivery
Read-onlyIdempotent

Retrieve a delivery by exact tracking number and return all cached events from active or recent responses.

Instructions

Find one delivery by exact tracking number within Parcel's active or recent API response and return all of its cached events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_modeNorecent
response_formatNomarkdown
tracking_numberYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds context that events are 'cached' and limited to 'active or recent' API response, which informs the user about data freshness and scope. No contradiction.

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?

A single, front-loaded sentence that is wholly informative; no filler or redundancy.

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 three-parameter tool with no output schema, the description covers the action, target, and return value. It does not explain the impact of filter_mode and response_format, but the schema supplies those defaults. The description gives enough context for a straightforward use case.

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 description coverage is 0%. The description clarifies the purpose of 'tracking_number' by emphasizing exact match, and hints at 'filter_mode' via 'active or recent'. However, it provides no guidance on 'response_format' default or alternatives, leaving the schema enums to carry that meaning.

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 uses the specific verb 'Find' and identifies the resource as 'one delivery' via 'exact tracking number', with the outcome 'return all of its cached events'. This clearly differentiates from sibling 'parcel_list_deliveries' which lists multiple deliveries.

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 implicitly conveys that this tool is for locating a specific delivery when the exact tracking number is known, distinguishing it from listing tools. However, it does not explicitly state when not to use it or mention alternative tools by name, so it falls short of 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/oliverames/parcel-mcp-server'

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