Skip to main content
Glama

Search Sarees

search_sarees
Read-onlyIdempotent

Search visible Vaanzari sarees using verified catalogue fields. Missing attributes remain unset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
pageNo
limitNo
fabricNo
regionNo
occasionNo
techniqueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already establish read-only and idempotent behavior. The description adds meaningful context beyond annotations by stating that only visible sarees are searchable and that verified catalogue fields are used, plus noting that missing attributes remain unset. This gives agents useful expectations about result coverage and field completeness.

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, front-loaded sentence with no filler. It earns its place by stating scope and a key behavioral caveat, though 'Missing attributes remain unset' is somewhat cryptic and could be clearer.

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?

Although the output schema may document return values, the description leaves significant gaps: it does not explain how filters interact, what 'verified catalogue fields' means for parameter values, or how pagination works. An agent could call the tool but lacks essential context for precise query construction.

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?

With schema description coverage at 0% and seven parameters, the description bears the burden of explaining how to use q, fabric, region, occasion, technique, page, and limit. It does none of that; 'verified catalogue fields' is too vague to clarify valid values or filtering semantics.

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 ('Search'), the resource ('visible Vaanzari sarees'), and the intended scope ('using verified catalogue fields'). It distinguishes this tool from siblings like get_saree by indicating it searches across a filtered, visible catalogue rather than retrieving a single known item.

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 use for searching the visible catalogue but never explicitly states when to prefer this over a sibling such as get_saree or list_artisans. There is no exclusion guidance or alternative routing, leaving the usage context only partially defined.

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

B3.4/5.0
Disambiguation4/5

Most tools are clearly separated by resource and action (cart, orders, tickets, picks, payments), so an agent can generally select the right one. The only notable ambiguity is resume_payment vs retry_payment, which both describe acting on an unpaid hosted payment attempt with nearly identical wording.

Naming Consistency5/5

All 29 tools follow a consistent snake_case verb_noun (or verb_preposition_noun) pattern with standard verbs like get, list, create, close, remove, and set. There are no mixed conventions or vague generic names.

Tool Count3/5

At 29 tools this is a heavy surface, but the broad e-commerce scope (catalog, cart, checkout, payment, orders, support, rewards) justifies most of them. A few payment-attempt tools could be consolidated, so it sits at the overbuilt rather than absurdly bloated end.

Completeness4/5

The set covers the main customer journey from browsing/searching sarees through cart, checkout, payment status, orders, and post-purchase support. Minor gaps exist—for example, no explicit apply_coupon/redeem_points tool or standalone catalogue listing—but agents can work around them with validate_coupon, checkout summary, and search.

Resources