Skip to main content
Glama

create_data_carrier

Use this tool to generate the printable data carrier (QR content) of a twin: a GS1 Digital Link URL (Sunrise 2027 standard) if you pass a valid GTIN, or a serialized twin URL fallback without one. The URL resolves to the product's live twin the moment it is created - it is connected, not a loose QR. Invalid GTINs are rejected before printing. Requires an organisation API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNo
gtinNo
serialNo
product_idNo

TDQS

A4/5.0
Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: the resulting URL is live/connected rather than a loose QR, invalid GTINs are rejected before printing, and an API key is required. These details help the agent anticipate side effects and constraints. It does not discuss rate limits, reversibility, or error response formats, but the existing annotations already cover the basic read/destructive profile.

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 three sentences with no filler. It front-loads the core purpose, then explains the branching behavior and key constraints. Every sentence earns its place, and the length is appropriate for the tool's complexity.

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 purpose, key behavior, and a prerequisite, which is helpful. However, with no output schema and four undocumented optional parameters, it leaves important gaps: exact parameter semantics, the output format, and how to construct the fallback URL. It is minimally adequate but not fully self-contained.

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?

Input schema coverage is 0%, so the description must compensate, but it only explains the GTIN and mentions a 'serialized twin URL fallback' without clarifying how sku, serial, or product_id map to the output. The relationship between parameters and the required combinations is left ambiguous, leaving the agent uncertain which fields to provide.

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's specific purpose: generating a printable data carrier (QR content) for a twin, either as a GS1 Digital Link URL or a serialized twin fallback URL. It is easy to distinguish from siblings like create_product_twin (which creates a twin, not a carrier) and validate_gs1_identifier (which validates rather than generates).

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 gives clear guidance on when to use the tool: pass a valid GTIN for a GS1 Digital Link URL, or omit it for a serialized fallback URL. It also states the requirement for an organisation API key, which helps the agent determine feasibility. However, it does not explicitly contrast this tool with siblings or state when not to use it.

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.

TDQS

A4.3/5.0
Disambiguation4/5

Each tool has a distinct role in a DPP/twin creation workflow, but create_product_twin and create_data_carrier both produce twin-resolving URLs and could be confused by an agent focused on QR generation. Similarly, check_dpp_requirements and validate_dpp_readiness are adjacent, though their descriptions clearly separate regulatory information from catalogue readiness.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern using check_, create_, or validate_. The naming makes the action and object clear across the entire set.

Tool Count5/5

Six tools cover the DPP lifecycle scope from requirements lookup through readiness validation, twin creation, DPP issuance, and data carrier generation. The set is well-scoped and each tool earns its place.

Completeness4/5

The core DPP/twin creation workflow is covered end-to-end, including pre-validation, GS1 identifier checks, twin creation, DPP issuance, and QR carrier generation. The set lacks read/update/delete operations for existing twins or DPPs, which is a minor but notable gap if lifecycle management is expected.

Resources