Skip to main content
Glama

Search loose lab diamonds

search_diamonds
Read-only

Search Ada Diamonds' live loose lab grown diamond inventory by shape, carat weight, price, color, clarity, and cut. Returns currently available stones with their grading report numbers and product URLs. Use this for any question about what diamond a budget can buy. MCP Apps-enabled: hosts that support MCP Apps render the results as an interactive card grid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cutNoCut grade: Ideal, Excellent, or Very Good
sortNoResult order: price_asc (default relevance), price_desc, carat_asc, or carat_desc
colorNoColor grade, D (colorless) through K
limitNoMaximum number of results to return, 1 to 50 (default 10)
shapeNoCut shape: Round, Oval, Cushion, Emerald, Pear, Radiant, Asscher, Princess, or Marquise
clarityNoClarity grade: FL, IF, VVS1, VVS2, VS1, VS2, SI1, or SI2
max_caratNoMaximum carat weight, e.g. 2
max_priceNoMaximum price of the loose stone in US dollars
min_caratNoMinimum carat weight, e.g. 1 or 1.5
min_priceNoMinimum price of the loose stone in US dollars

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich catalog the results come from
itemsYesThe matching entries, best match first
queryYesThe filters that were applied (only the ones you sent)
shownYesHow many entries are in `items`
totalYesHow many catalog entries matched before the limit
browseUrlYesWeb page listing the full catalog for this search

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover read-only and open-world behavior, and the description adds meaningful context beyond that: the inventory is live and currently available, results include grading report numbers and product URLs, and MCP-capable hosts render an interactive card grid. This is useful behavioral detail without contradicting the annotations.

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 compact and front-loaded, leading with the core search action and then providing return-value and usage context. Each sentence contributes useful information, though the final MCP Apps sentence is somewhat tangential for an agent deciding whether to invoke 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?

For a 10-parameter, all-optional search tool with a rich schema, a detailed output schema, and safety-bearing annotations, the description is sufficiently complete. It covers purpose, return contents, and a clear use case. It could be slightly stronger by noting that all filters are optional and that a broad unfiltered search is possible, but the schema already conveys 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 100%, so the schema already explains all 10 parameters. The description reinforces that search can be by shape, carat weight, price, color, clarity, and cut, which maps to the parameters, and hints at budget as a use case. However, it does not add material meaning beyond the well-documented schema.

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 clearly states a specific verb and resource: searching Ada Diamonds' live loose lab grown diamond inventory, with the search dimensions enumerated. It also specifies that results include grading report numbers and product URLs. It does not explicitly contrast itself with sibling tools like search_engagement_rings or search_jewelry, but the 'loose lab grown diamond' scope makes the boundary reasonably clear.

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 a clear trigger: 'Use this for any question about what diamond a budget can buy.' This provides actionable context for when to select this tool. It does not explicitly state when not to use it or name alternative sibling tools, so it stops short of a 5.

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

Each search tool targets a distinct inventory category (loose diamonds, engagement ring settings, fine jewelry, knowledge base), and the non-search tools handle distinct actions, no two tools appear to do the same job. Potential overlap between engagement rings and jewelry is resolved by clear setting vs. finished-jewelry descriptions.

Naming Consistency5/5

All eig tools follow a snake_case nouns pattern, with search_* used consistently for lookups and get_/read_request_create_ for other operations. Naming is predictable and uniform.

Tool Count5/5

Eight tools is well-scoped for ecommmerce/knowledge server: three product searche, knowledge-base search plus read, company info, consultation booking, checkout. Every tool ear its place and adds no unnecessary surface area.

Completeness5/5

The set covers the full customer journey: browsing diamonds setting, jewelry, reading guides, getting busines details, requesting consultation, and completing purchase via checkout. Potential gap like order tracking are outside the apparent scope.

Resources