Skip to main content
Glama

Verify Serialization

verify_serialization

Verify a serialised pack (GTIN + serial + lot + expiry) against the serialisation regime of the jurisdiction (DSCSA · FMD · UK · KR; none-national elsewhere).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lotNo
gtinYes
expiryNo
serialYes
jurisdictionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral burden. It discloses the core verify action and hints at behavior for unknown jurisdictions ('none-national elsewhere'), but it does not describe the output format, side effects, or failure behavior. This is a significant gap for an unannotated read-style tool.

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?

A single, well-structured sentence that front-loads the action and resource, then efficiently packs in the pack fields and jurisdiction list. No filler words; the middle-dot separator is terse but readable.

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

Completeness3/5

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

The description covers the essential purpose, but with five parameters, no annotations, and an output schema that isn't visible, an agent may still be uncertain about optional lot/expiry handling and the exact meaning of 'none-national' for the verification outcome. It is adequate for simple call preparation but not fully self-sufficient.

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?

With 0% schema description coverage, the description must compensate. It groups GTIN, serial, lot, and expiry as the pack components and names jurisdiction as the regime selector, giving useful semantic context. However, it provides no formats, constraints, or examples, so it only partially covers the parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('verify') and a clear resource ('a serialised pack'), and it names the exact components and jurisdiction regimes. It goes beyond the title but does not explicitly differentiate from sibling tools like gate_transaction or resolve_jurisdiction, so it misses the top score.

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

Usage Guidelines4/5

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

The description clearly establishes the context for use: when a pack needs to be checked against a jurisdiction's serialisation regime. It even notes that non-listed jurisdictions have 'none-national' handling. However, it does not mention alternatives or explicitly say when not to use this tool, so it falls short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.