Skip to main content
Glama

ExplorationMaps

Search mineral claims and tenure

search_mineral_claims
Read-onlyIdempotent

Search supported official mineral-claim registries by holder/company, claim number, claim name, or geographic bounding box. Use this to answer factual questions about claim records or to identify the ground that should be mapped. Results are registry records, not a legal title opinion or survey.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNoOptional [minLng,minLat,maxLng,maxLat] spatial query.
limitNoMaximum claim summaries returned to the model.
queryNoCompany/holder name, claim number, or claim name.
search_typeNoSearch by holder/company, claim number, or claim name.company
jurisdictionYesMineral-registry jurisdiction.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
claimsYes
sourceYes
returnedYes
warningsYes
jurisdictionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable context beyond annotations: it searches only 'supported' registries and clarifies that results are registry records, not a legal title opinion or survey. This sets correct expectations about data authority and scope.

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?

Three sentences, each earning its place: the first states what the tool searches and by what keys; the second guides usage; the third adds an important legal caveat. The most identifying 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?

Given the rich schema, full parameter descriptions, enums, annotations, and an output schema, this description is complete for an agent to select and invoke the tool correctly. Nothing essential about the tool's purpose, scope, or limitations is missing.

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 every parameter. The description adds a high-level mapping of the query types to the actual search criteria, which is useful, but it does not add meaning beyond what the schema's property descriptions already provide for parameter invocation.

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 ('Search'), a concrete resource ('supported official mineral-claim registries'), and the exact search dimensions (holder/company, claim number, claim name, or bounding box). It also differentiates the tool from its siblings by emphasizing registry-record lookups rather than mapping or capability operations.

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 clear when-to-use guidance: answer factual questions about claim records or identify ground to be mapped. It does not explicitly mention the sibling tools as alternatives or state when not to use them, so it stops short of full exclusion guidance, but the intended use is unambiguous.

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.