Skip to main content
Glama

Look up a grading certificate

lookup_certificate
Read-only

Find a diamond by its grading report number (GIA, IGI, HRD, GCAL...). Tells you whether retailers list that exact stone, how many, and the price range between them. Useful to check whether a quoted price is fair.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certificate_numberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=false, and the description does not contradict them. It adds useful behavioral detail by explaining what the tool reports: retailer listings, count, and price range, which goes beyond a bare 'look up certificate' statement.

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 with no filler. The action and identifier are front-loaded, followed by output summary and a practical use case. Every sentence contributes.

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 single-parameter, read-only lookup tool with no output schema, the description adequately covers the input, the useful output, and when to use it. It could be slightly stronger with an explicit alternative reference, but nothing critical is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must clarify the parameter. It does so by defining certificate_number as a grading report number and naming accepted labs (GIA, IGI, HRD, GCAL), adding meaning beyond the schema's bare type and length constraints.

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 states a specific action ('Find a diamond') and a precise resource/identifier ('grading report number'), listing accepted labs (GIA, IGI, HRD, GCAL). It clearly differentiates from siblings by emphasizing exact-stone lookup rather than broad search or market overview.

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 use case: checking whether a quoted price is fair for a specific certificate number. It does not explicitly name alternatives or exclusion conditions, but the exact-stone framing implies when this tool is appropriate versus broader search 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.

Resources