Ministry of Gems — Gemmology
Server Details
Verified gemmology reference: 168 terms and 12 handbooks, FGAA-reviewed, with citable URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 3 of 3 tools scored.
define_gem_term is for exact term definitions, while search_gem_knowledge is a broader keyword search across multiple sources; list_gem_terms is distinct for discovering available terms. The slight overlap between define and search is mitigated by their descriptions.
All three tools follow a consistent verb_noun pattern: define_gem_term, list_gem_terms, search_gem_knowledge. The naming is uniform and predictable.
Three tools is a small but reasonable count for a focused gemmological reference server. The scope is narrow, but each tool serves a distinct purpose and no additional tools seem necessary for the core functionality.
The domain is gemmological knowledge lookup, and the tools cover term discovery (list), exact definition (define), and broader keyword search across handbooks. This covers the main workflows; a missing 'get handbook' tool is a minor gap since search already returns citable URLs.
Available Tools
3 toolsdefine_gem_termARead-onlyIdempotentInspect
Look up a gemmological term in The Gem Lexicon of Ministry of Gems — 168 definitions verified by an FGAA-qualified gemmologist. Returns the definition, its subject section, and a citable anchor URL. Use for terms such as padparadscha, corundum, parti sapphire, unheated, or asterism.
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | The gemmological term to define. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | No | Citable anchor URL on ministryofgems.com.au. |
| hint | No | |
| term | No | Canonical term name. |
| found | No | False when no term matched. |
| source | No | Name of the source work. |
| message | No | |
| section | No | Lexicon subject section. |
| definition | No | FGAA-verified definition. |
| lexicon_url | No | |
| verified_by | No | Credential of the verifying gemmologist. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description doesn't need to cover safety. It adds value by specifying what the tool returns (definition, subject section, citable anchor URL) and notes that definitions are verified by an FGAA-qualified gemmologist, which is behavioral context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise: two sentences that state purpose, source, output, and usage examples. It is front-loaded and every sentence earns its place, with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter lookup tool with an output schema, the description is complete. It covers what the tool does, where it sources data, what it returns, and gives examples of acceptable terms. The mention of 168 verified definitions adds context about the scope and reliability, making this a well-rounded description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single parameter 'term' with a clear description. The description adds value by providing example valid terms, which helps the agent understand the expected input format and scope. This goes beyond the schema definition, so a 4 is warranted.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Look up a gemmological term' in 'The Gem Lexicon of Ministry of Gems'. It specifies the resource, the action, and the output (definition, subject section, citable anchor URL), distinguishing it from siblings like list_gem_terms and search_gem_knowledge.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context by listing example terms ('padparadscha, corundum, parti sapphire, unheated, asterism'), which implies it is for specific term lookup. However, it does not explicitly mention when not to use it or contrast it with sibling tools, making it a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_gem_termsARead-onlyIdempotentInspect
List the gemmological terms available in The Gem Lexicon, optionally filtered to one subject section. Use this to discover what can be defined before calling define_gem_term.
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional section filter, e.g. "Treatments & Enhancement". |
Output Schema
| Name | Required | Description |
|---|---|---|
| terms | Yes | |
| sections | Yes | All lexicon section names. |
| term_count | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety traits. The description adds the optional section filter and discovery purpose, but does not describe return format or pagination beyond what structured data indicates. Consistent with a list tool that relies heavily on annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the verb, no redundant words. It efficiently combines the operation, resource, optional filter, and usage context in a compact structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one optional parameter, full annotations, and an output schema. The description clearly covers purpose and usage, and the output schema handles return values. No additional context is needed for correct selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema describes the 'section' parameter with an example ('Treatments & Enhancement'), and the description only echoes 'optionally filtered to one subject section.' Since schema coverage is 100%, the description adds no new meaning, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'List' and names the resource 'The Gem Lexicon', with optional filtering by section. It explicitly distinguishes itself from the sibling tool by noting it is for discovering terms before calling define_gem_term.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'Use this to discover what can be defined before calling define_gem_term.' This provides clear context and a pointer to the alternative, making the usage scenario unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_gem_knowledgeARead-onlyIdempotentInspect
Keyword search across the Ministry of Gems gemmological reference library — 168 lexicon definitions and 12 full-length buyer's handbooks. Returns ranked results with citable URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5, max 20). | |
| query | Yes | Search query. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | The query as interpreted. |
| results | Yes | Ranked matches. |
| verified_by | No | |
| result_count | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral context by specifying that results are ranked and include citable URLs, and it quantifies the library size, providing value beyond 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is efficiently front-loaded with the main operation ('Keyword search'), then supplies relevant scope and result details. No redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with full schema documentation, an output schema, and a clear description of its scope and result format, the description is sufficiently complete. The presence of an output schema means return-value details are not required in the description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both 'query' and 'limit' already documented in the input schema. The tool description does not add further parameter-specific meaning, meeting the baseline expectation for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool performs keyword search across a defined reference library, with specific counts of lexicon definitions and buyer's handbooks. This clearly distinguishes it from the sibling tools define_gem_term and list_gem_terms, which focus on definition and listing rather than search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description conveys a clear usage context: searching the Ministry of Gems library. It doesn't explicitly mention alternatives or exclusion scenarios, but the nature of the tool (keyword search) and the sibling names make the intended use case virtually unambiguous. Slight deduction for lacking an explicit 'use this when...' statement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityAmaintenancereference and citation validation, verification, enrichment, replacement and improvement1MIT
- AlicenseAqualityBmaintenanceSearch 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Free, no API key required.62371MIT
- Alicense-qualityCmaintenanceVerifies citations in reference lists by checking DOIs against public registries to catch AI-hallucinated or mismatched citations.MIT
- AlicenseAqualityDmaintenancePrevents citation hallucination by verifying academic citations against CrossRef's database of 150+ million publications before they can be mentioned, ensuring every citation includes a valid DOI.315MIT