Skip to main content
Glama

AssayChain — Mineral Intelligence (USGS and Field Runs)

active_operations

Active US mining operations for a given critical mineral. Returns operator, location, mine type, and capacity. $0.25 per query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commodityYesCommodity slug (e.g., copper, gold, lithium)

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses the cost per query ($0.25) and indicates the data is 'active' US operations, implying current status rather than historical. However, it does not describe any limitations, data sources, or authentication requirements, which are typical behavioral expectations.

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?

The description is two concise sentences that front-load the purpose and list output fields, then append the cost. Every word earns its place—no fluff or repetition.

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 tool with no output schema, the description covers the core need: what it returns and the cost. It could mention data source or update frequency, but given the simplicity, the description is largely complete and actionable.

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?

The input schema already provides 100% coverage by describing the commodity parameter as a slug with examples. The description adds the term 'critical mineral' but does not clarify the slug format beyond what the schema already states, so it adds minimal value beyond the 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 identifies the tool as returning active US mining operations for a given critical mineral, listing the specific output fields (operator, location, mine type, capacity). The resource and scope are specific, which distinguishes it from sibling tools like supply_share or stockpile_level, though it does not explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions that the tool works for a given critical mineral, but it does not provide any guidance on when to prefer this tool over sibling tools (e.g., supply_share, blm_claims_data) or any exclusions. No alternatives are mentioned, leaving usage context implicit at best.

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

A3.6/5.0
Disambiguation4/5

Most tools target distinct data domains (operations, claims, surveys, supply, ESG, extraction). The three benchmark.* tools are clearly grouped, and supply_resilience vs supply_share are distinct in focus. Minor overlap exists between earth_mri_focus_areas and geophysics_surveys, both covering geophysical survey data.

Naming Consistency2/5

Tool names mix snake_case (active_operations, blm_claims_data) with dotted namespaces (benchmark.commodity, extract.estimate, sales.ask). There is no consistent verb_noun pattern; many are noun phrases, some are verb-led. This inconsistency makes the API surface harder to learn.

Tool Count3/5

At 19 tools, the server spans a wide domain (commodity benchmarks, extraction workflow, ESG, supply chain, surveys). While each tool has a clear role, the count exceeds the typical well-scoped range, making the surface feel heavy for an MCP server.

Completeness4/5

The tool set covers most critical mineral intelligence functions: operations, claims, surveys, benchmarks, criticality, trade, stockpile, supply, ESG, search, and extraction. Missing a direct full-data retrieval tool (payments happen via external REST endpoints) and a consolidated commodity report tool, but the coverage is strong.

Resources