Skip to main content
Glama

AssayChain — Mineral Intelligence (USGS and Field Runs)

sales.ask

Read-only

Ask anything about this API: commodities covered, how on-chain provenance works, pricing tiers, x402 payment flow, MCP integration, or the Extract API. Also ask how to use this data as input for UFLPA compliance, EU Battery Regulation 2023/1542 sourcing disclosures, CBAM/CSDDD supply-chain research, or DoD/DFC domestic mineral sourcing assessments. Free to call. Returns a natural-language answer from a small LLM grounded on the API docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesYour question about the API, what it sells, or how to access it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesLLM model used to generate the answer.
answerYesNatural-language answer from the sales agent.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false; the description adds useful behavioral details by stating 'Free to call' and 'Returns a natural-language answer from a small LLM grounded on the API docs.' This discloses the LLM-based nature, grounding, and cost profile without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-structured and front-loaded with the main purpose. It uses four concise sentences, but the second sentence's long list of compliance regulations adds length; still, every sentence contributes useful information without redundancy.

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 tool's simple single-parameter schema, output schema, and read-only annotations, the description is complete. It covers what the tool does, what kinds of questions to ask, cost, and the nature of the returned answer, leaving no critical gaps for an agent to select and invoke it correctly.

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?

With one parameter at 100% schema coverage, the description amplifies the meaning of 'question' by enumerating acceptable topics (e.g., pricing tiers, x402 payment flow, UFLPA compliance). These examples go beyond the generic schema description and help the agent compose richer, more relevant queries.

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 opens with 'Ask anything about this API' and lists specific topics like commodities, provenance, pricing, and integration, making the tool's verb and resource clear. It distinguishes itself from sibling data-lookup tools by positioning this as a natural-language sales/API Q&A agent that returns LLM-grounded answers.

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 provides clear use-context: when to ask about API capabilities, compliance use cases, and documentation-related questions. It does not explicitly name alternative tools or state when not to use it, but the examples sufficiently imply when this tool is appropriate versus specialized sibling 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.

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