Skip to main content
Glama

SeekAPI

invoke_product_detail_v0

product detail (product_detail_v0). retrieve the bounded synthetic product detail for a single item id. Sandbox-only, no live provider call, no real payment. Required request fields: schema_version, data_mode, fixture_id, item_id. Pass the full request object (schema_version, data_mode, fixture_id, and the capability id field(s)).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden, and it does disclose the key synthetic/sandbox-only behavior and absence of real payment. It does not address side effects, error behavior, or authorization, though for a read-style retrieve operation the main caveat is covered.

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 short and front-loaded with the purpose, with no filler. The required field list is stated twice, creating mild redundancy, but overall it is efficient.

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?

Given the opaque request schema, the description provides the required fields and sandbox context, while the output schema covers the return shape. The vague 'capability id field(s)' and lack of field value examples leave some ambiguity, but the tool is simple enough to call correctly with this information.

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?

The schema exposes only an opaque 'request' object with additionalProperties true and 0% description coverage, so the description's enumeration of required fields (schema_version, data_mode, fixture_id, item_id) is essential and partially compensates. It does not define value formats or clarify 'capability id field(s)', so it is not a 5.

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 states a specific action ('retrieve') and resource ('product detail') for a single item id, and clarifies it is synthetic and sandbox-only. It does not explicitly differentiate from the sibling discover_product_detail_v0, so it stops short of a 5.

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 gives clear context: sandbox-only, no live provider call, no real payment, and enumerates required request fields. It does not name alternatives or exclusions, but the context is specific enough for an agent to know when 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.

Resources