Skip to main content
Glama
VVikingsson

DB Schenker Shipment Information MCP Server

by VVikingsson

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_shipment_infoA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The single tool's purpose is clearly distinct by default.

Naming Consistency5/5

A single tool named 'get_shipment_info' follows a clear verb_noun pattern. Consistency is not an issue.

Tool Count3/5

The server has only one tool, which feels thin for a shipment tracking service. Additional tools like list_shipments or track_multiple would be expected for broader utility.

Completeness2/5

The tool surface is severely incomplete. It only supports retrieval by a single reference number, missing essential operations such as listing shipments, error handling for invalid references, or batch queries.

Maintenance

ActivityInactive
ResponsivenessNo issues