Skip to main content
Glama

read_free_product

Read one product marked free in the current public snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYes
expected_hashNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It conveys that the operation is a read and tied to a public snapshot, but it does not mention authentication needs, error behavior, return shape, or the role of expected_hash.

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 a single focused sentence with no filler and front-loads the key action and scope. It is concise without being a tautology, though it could safely add a bit more detail without losing clarity.

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

Completeness2/5

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

Given there is no output schema and no annotation coverage, the description leaves important invocation details unspecified: parameter semantics, return contents, and selection criteria relative to sibling tools. It is adequate only as a high-level label, not a complete operational guide.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain parameter meaning, but it does not mention product_id or expected_hash at all. The agent has to infer that product_id identifies the product and that expected_hash is likely a consistency check.

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 ('Read') and resource ('one product marked free') plus a scope qualifier ('current public snapshot'). It distinguishes itself from read_paid_product, though the relationship to preview_product is not explicit.

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

Usage Guidelines2/5

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

There is no guidance on when to choose this tool over list_products, search_products, preview_product, or read_paid_product. Usage is only implied by the name and the phrase 'marked free'.

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