Skip to main content
Glama

Search Ada Diamonds guides

search_knowledge_base
Read-only

Search Ada Diamonds' published guides on lab grown diamonds — the 4Cs, CVD vs HPHT growth, shape guides, certification, and buying advice. Returns article summaries and markdown URLs. Use read_article to get an article's full text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return, 1 to 25 (default 8)
queryYesTopic to search for, matched against article titles, summaries, and slugs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesAlways "articles"
itemsYesMatching articles
queryYesThe search terms that were used
totalYesHow many articles are in `items`
browseUrlYesWeb page listing every guide

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds useful behavioral context by stating that results are summaries and markdown URLs rather than full text, which sets accurate expectations for the tool's output 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, both purposeful. The first defines the domain and expected returns; the second routes the agent to the right follow-up tool. No filler, and essential information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter read-only search tool with a full output schema, the description provides everything needed: what is searched, what is returned, and the next step for full text. The output schema obviates the need to describe return fields in prose.

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 documents both parameters and their constraints. The description's topic examples (4Cs, CVD vs HPHT, shape guides) give helpful search direction, but this is marginal enrichment over the schema's own parameter descriptions.

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 names a specific verb ('Search'), a specific resource ('Ada Diamonds' published guides'), and the content scope (4Cs, CVD vs HPHT, shape guides, certification, buying advice). It also states the return type ('article summaries and markdown URLs') and distinguishes itself from read_article by pointing to that sibling for full text.

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 clearly implies this tool is for searching guide content rather than retrieving full articles, and explicitly says 'Use read_article to get an article's full text.' It does not enumerate when not to use it versus other search siblings like search_diamonds, but the knowledge-base domain is clear enough for an agent to route correctly.

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