Skip to main content
Glama

Mamanida Maternity Catalogue

Search maternity & nursing products

search_products

Search Mamanida's maternity and nursing clothing catalogue for one storefront. Returns only products a visitor of that storefront can actually see, with the retailer's authoritative price, the storefront's displayed price (marked when it is an approximate conversion), availability and the commercial state of the outbound link. Links returned are canonical Mamanida product URLs; retailer and affiliate URLs are never exposed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNorelevance
brandNoExact brand name filter.
limitNo
queryNoFree-text query, max 100 characters.
offsetNo
on_saleNoOnly products currently discounted.
categoryNoCategory slug, e.g. 'dresses'.
storefrontYesRequired storefront id, e.g. 'int' (English), 'se', 'dk', 'no', 'fi', 'us'.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden, and it delivers: it discloses storefront-visibility filtering, the two price types (authoritative and displayed with approximate-conversion marking), availability, commercial state of outbound links, and the policy that retailer/affiliate URLs are never exposed.

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?

Two tightly written sentences: the first states the exact purpose and scope, the second packs the key return-field and URL-policy details. Every sentence earns its place with no filler.

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?

The description covers scope, visibility filtering, key returned fields, and link policy, which is strong for a no-output-schema tool. It leaves minor gaps around pagination/limit semantics and the exact output shape, but schema defaults and constraints cover part of that.

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 63%, so some parameters already have descriptions. The description explains return behavior but adds little to the semantics of sort, limit, offset, or query/category interaction, so it does not significantly compensate for the undocumented parameters.

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 opens with a specific verb and resource: 'Search Mamanida's maternity and nursing clothing catalogue for one storefront.' It clearly distinguishes this tool from siblings like get_product or compare_products by emphasizing storefront-scoped catalogue search.

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?

The description gives clear usage context: search is scoped 'for one storefront' and 'returns only products a visitor of that storefront can actually see.' It does not explicitly name excluded alternatives, but the storefront-visibility framing allows an agent to select this over detail/comparison tools.

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