Skip to main content
Glama
ebongard

renfield-mcp-tracking

by ebongard

track_parcel

Track a parcel by its tracking number and optional carrier code to receive current status, estimated delivery, and event history.

Instructions

Track a parcel and return its current status, ETA and event history.

Args: tracking_number: The carrier tracking number / piece code. carrier: Carrier code (dhl, ups, fedex, dpd, hermes, gls) or "auto" to detect from the number format. Default "auto".

Returns a normalized result with: status (pre_transit / transit / out_for_delivery / delivered / exception / unknown / not_found / link_only / not_configured / error), status_description, estimated_delivery, events (newest first), web_url, and success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tracking_numberYes
carrierNoauto
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: carrier auto-detection, the return structure (statuses, events order, etc.), and default parameter values. This is comprehensive without annotations.

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 front-loaded with purpose and organized into Args and Returns sections. Every sentence adds value, though it is slightly verbose. Still efficiently conveys all necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description thoroughly explains return fields including status enum values, events ordering, and web_url. It covers input, behavior, and output completely for a parcel tracking tool.

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

Parameters5/5

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

The description adds significant meaning beyond the bare input schema. It explains tracking_number as 'carrier tracking number / piece code' and lists valid carrier codes for carrier parameter. This fully compensates for the 0% schema description coverage.

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 action ('Track a parcel') and the resources involved ('status, ETA and event history'). It effectively distinguishes from sibling tools 'detect_carrier' and 'list_carriers' which have different purposes.

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 provides implied usage (e.g., carrier auto-detection) but does not explicitly state when to use this tool versus siblings or any when-not scenarios. It lacks explicit alternatives or exclusion context.

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/ebongard/renfield-mcp-tracking'

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