Skip to main content
Glama

site

One product in full

product

Everything Decor Depot publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productYesproduct id, product page URL, or GTIN

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?

No annotations are provided, so the description carries the behavioral burden alone. It usefully scopes the payload ('everything Decor Depot publishes', listing description, price, stock, identifiers, attributes, images, buying locations), which tells the agent to expect a large read-only object, but it says nothing about errors for unresolvable ids, auth needs, or rate limits.

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?

One sentence, front-loaded with the resource and lookup keys before the field enumeration. The long em-dash list is dense but each item earns its place by telling the agent what data is available.

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

Completeness4/5

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

There is no output schema, so the enumerated fields (description, price, stock, identifiers, attributes, images, buying locations) usefully preview the return payload for a read-only lookup. Nothing critical is missing for an agent to call it correctly, though failure behavior is unaddressed.

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?

Schema description coverage is 100% and the single 'product' parameter is already documented as 'product id, product page URL, or GTIN'. The description restates the same three accepted forms without adding format examples or normalization rules, so the schema does the heavy lifting.

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 gives a specific retrieval verb (implied by 'Everything Decor Depot publishes about one product') plus the resource and the three accepted lookup keys (id, URL, GTIN), then enumerates exactly what comes back. This clearly separates it from siblings like search, filter, and browse, which are multi-item tools.

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?

Usage is implied rather than stated: 'one product' signals a single-item lookup versus the multi-item siblings, but no sentence says when to prefer this over search or browse, nor what happens on an unknown id. Adequate but with a clear gap.

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.

Resources