Skip to main content
Glama
VVikingsson

DB Schenker Shipment Information MCP Server

by VVikingsson

get_shipment_info

Retrieve live tracking data for a DB Schenker shipment by providing its reference number. Get current status and shipment details.

Instructions

Retrieves live tracking data of a DB Schenker shipment. Args: reference_number: DB Schenker Reference number for the shipment Returns: A dictionary containing shipment information and error messages if there are any.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reference_numberYes
Behavior2/5

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

No annotations are provided, so the description must disclose behaviors. It mentions 'live tracking data' and return format but omits details like rate limits, authentication, or data freshness. Minimal transparency beyond the result structure.

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 very concise, consisting of two sentences and a parameter docstring. It front-loads the purpose and avoids unnecessary words.

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?

For a simple retrieval tool with one parameter and no output schema, the description adequately covers the purpose, parameter meaning, and return type. No additional complexity requires more detail.

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

Parameters4/5

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

The input schema has 0% semantic coverage, but the description explains the parameter as 'DB Schenker Reference number for the shipment', adding meaningful context beyond the schema's 'Reference Number' label.

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 retrieves 'live tracking data of a DB Schenker shipment', providing a specific verb and resource. No sibling tools exist, so differentiation is not needed.

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, but the description implies it is for tracking shipments. With no siblings, the lack of exclusions is less critical, but some context on prerequisites or limitations would improve alignment.

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/VVikingsson/mcp-server'

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