Skip to main content
Glama

Tonzar B2B Russian Export Marketplace

getProduct

Get full details of a specific product by ID, including description, specifications, pricing, manufacturer info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesTonzar product ID

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits beyond the basic function. It fails to mention authentication requirements, rate limits, or behavior on missing products, which is a significant gap for a read operation without annotation support.

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 a single, front-loaded sentence that efficiently communicates the tool's purpose and scope without unnecessary words. Every part of the sentence adds value.

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 simplicity of the tool (one required parameter, no output schema), the description adequately covers what the tool returns (description, specifications, pricing, manufacturer info). Error handling and permissions are not mentioned but are less critical for a straightforward getter.

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 coverage is 100%, so the description adds no additional meaning beyond what the schema already provides. The parameter 'productId' is described in the schema as 'Tonzar product ID', and the description does not elaborate on format or constraints.

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 action (Get), the resource (product), and the scope (by ID, full details including description, specifications, pricing, manufacturer info). It distinguishes itself from sibling tools like listProducts and searchProducts by specifying a single product lookup.

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?

The description implies usage when you need full details of a specific product by ID, but does not explicitly mention when not to use it or provide alternatives. No exclusions or when-not guidance is given.

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/5.0
Disambiguation5/5

Each tool targets a distinct operation: getting a product, getting a supplier, listing categories, listing products in a category, and searching. No overlap in purpose.

Naming Consistency5/5

All tool names use a consistent verb_noun pattern in camelCase (getProduct, getSupplier, listCategories, listProducts, searchProducts).

Tool Count5/5

Five tools is well-scoped for a read-only B2B catalog, covering browsing, searching, and detailed views without excess.

Completeness5/5

The tool set covers the full user journey: browse categories, list products, search, get product details, and get supplier details. No obvious gaps for the intended read-only use.