Skip to main content
Glama

Mamanida Maternity Catalogue

Compare products

compare_products

Compare 2-10 Mamanida products on one storefront. Each product is returned with the same public contract as get_product (localized details, availability, retailer-authoritative and displayed prices, AFFILIATE / DIRECT / BLOCKED commercial state and its canonical Mamanida URL), so prices and availability are directly comparable within that storefront.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugsYesBetween 2 and 10 product slugs.
storefrontYesRequired storefront id, e.g. 'int', 'se', 'dk', 'no', 'fi', 'us'.

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the detailed return contract (localized details, availability, retailer-authoritative and displayed prices, commercial state, canonical URL) and notes that prices are directly comparable. It does not explicitly state read-only behavior or error handling, but the operation is clearly a query and the output behavior is well specified.

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?

Two sentences with the core action and constraints front-loaded. The second sentence is dense but each element—return contract fields and comparability—adds meaningful information for selecting and invoking the tool.

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?

With no output schema and no annotations, the description does a good job explaining both input constraints and expected return values. It omits explicit error behavior or handling of invalid slugs, but for a 2-parameter comparison tool the essential information is present.

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?

The input schema already provides full descriptions for both parameters with 100% coverage, so the baseline is 3. The description reinforces the 2-10 range and single-storefront requirement, but adds no additional parameter-level semantics beyond what the schema already states.

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?

States a specific verb ('Compare'), the exact resource ('Mamanida products'), the allowed quantity range (2-10), and the storefront scope. References get_product's contract, which helps distinguish this comparison tool from the single-product get_product tool.

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?

Clearly conveys that this tool is for comparing multiple products within one storefront. It implies get_product is the alternative for a single product by referencing its contract, but it does not explicitly state when not to use this tool or name alternatives like search_products.

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

Each tool has a clearly distinct purpose: listing categories, searching products, fetching a single product, comparing multiple products, and retrieving editorial guides. No two tools appear to perform the same function, even though compare_products reuses the product contract for comparability.

Naming Consistency5/5

All tool names follow a consistent lowercase verb_noun pattern: compare_products, get_guides, get_product, list_categories, search_products. The verb clearly indicates the action and the noun clearly indicates the resource, making the set highly predictable.

Tool Count5/5

Five tools is well-scoped for a catalogue-oriented MCP server. Each tool covers a distinct user need without redundancy, and the count feels neither thin nor bloated.

Completeness5/5

The tool surface covers the full browse-and-discover workflow: guides lead to categories, categories lead to search results, search results lead to product details, and products can be compared. There are no obvious dead ends or missing operations for the stated catalogue purpose.

Resources