Skip to main content
Glama
WYRE-AI

Dicker Data MCP Server

by WYRE-AI

dickerdata_get_consignment_status

Retrieve the current shipping and tracking status for a Dicker Data consignment by providing its consignment number.

Instructions

Get shipping/tracking status for a Dicker Data consignment number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
consignmentNumberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, but it only says 'Get shipping/tracking status.' It does not disclose what the returned status looks like, whether this is a read-only lookup, or what happens for invalid or unknown consignment numbers.

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 a single, front-loaded sentence with no filler words. It is efficient and immediately communicates the core action, though it is terse enough that some behavioral context is missing.

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

Completeness2/5

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

Given no annotations, no output schema, and a low-coverage input schema, the description leaves important gaps: it never explains the response format, error behavior, or usage context. The single required parameter is identified, but overall the description is only barely adequate for a one-parameter lookup.

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

Parameters2/5

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

Schema description coverage is 0%, and the description merely restates 'consignment number' without adding format, examples, length constraints, or any domain-specific meaning beyond the property name. It does not compensate for the schema's lack of parameter documentation.

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 a specific verb ('Get'), a specific resource ('shipping/tracking status'), and the exact input ('a Dicker Data consignment number'). It is immediately distinguishable from sibling tools covering pricing, orders, and invoices.

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 implies when to use the tool: whenever shipping/tracking status for a consignment number is needed. However, it does not explicitly state when not to use it or mention any alternative, though no sibling tool overlaps with this purpose.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.