Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

logistics_track_shipment

Track a shipment by supplying its ID and carrier to return current status, timestamps, locations, and tracking events.

Instructions

Station 2: Track a shipment and get current status.

Returns tracking events with timestamps, locations, and status updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shipment_idYesShipment identifier (e.g. SHP-A1B2C3D4)
carrierNoCarrier name (dhl, fedex, sf_express, usps)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It correctly implies a read-only operation (tracking, returning status) but does not explicitly state non-destructiveness or any other behavioral traits like rate limits or authentication requirements.

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?

Two sentences, both essential: first states the action, second describes the output. No wasted words, front-loaded with key purpose.

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 simple tracking tool with an output schema, the description adequately explains the return value (events with timestamps, locations, status updates). It does not cover error scenarios or edge cases, but is sufficient for typical use.

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 description adds marginal value beyond the parameter descriptions. It does not elaborate on parameter constraints, formats, or usage beyond what the schema provides.

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 a specific verb ('Track') and resource ('shipment'), clearly stating the tool's purpose. It distinguishes itself from sibling logistics tools like logistics_create_shipment and logistics_inventory_reconcile by focusing on tracking.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lacks any guidance on when to use this tool versus alternatives, such as prerequisites (e.g., shipment must exist) or conditions (e.g., use after creation). No contextual usage advice is 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/SourceParts/parts-mcp'

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