Skip to main content
Glama

create_product_twin

Use this tool when an organisation wants to CREATE live Digital Product Twins in Cycle from its product data (after validating with validate_dpp_readiness). INPUT: array of products (same flexible shape as validate_dpp_readiness). OUTPUT: per product, a persistent id and a LIVE twin URL (scannable product page), plus DPP readiness and missing fields. Requires an organisation API key (Authorization: Bearer). Up to 100 products per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only signal non-read-only/non-destructive, so the description adds real value by noting the required Authorization Bearer API key, the 100-product batch cap, and the persistent nature of the returned twin ID/URL. It does not detail failure modes, but for a create operation the key side effects are covered.

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?

Four compact sentences cover purpose, preconditions, input, output, auth, and batch limit with no filler. The most important usage cue is front-loaded.

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?

With a single array parameter and no output schema, the description provides everything an agent needs: prerequisite, input shape reference, per-product outputs, auth requirement, and batch ceiling. It is complete for the tool's complexity.

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?

Schema coverage is 0%, so the description must compensate. It does: 'array of products' is explained as the same flexible shape as validate_dpp_readiness, and the 100-per-call limit is stated. However, it relies on cross-referencing another tool for the actual product object structure rather than being self-contained.

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 clearly names the operation ('CREATE live Digital Product Twins in Cycle from its product data') and references the validation sibling, so an agent can tell it apart from the read/validation tools. However, it does not explicitly differentiate from the create_dpp or create_data_carrier siblings, which could still be mistaken as alternatives.

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?

It opens with an explicit 'Use this tool when...' and adds the prerequisite of validating with validate_dpp_readiness, giving clear context for when the tool applies. It stops short of saying when not to use it or naming alternative creation tools.

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