Skip to main content
Glama

goldprice.dev

Get Physical Dealer Gold Prices

get_physical_price
Read-only

Return the latest per-country physical dealer/retail gold prices — real quotes from dealers, mints, and bullion benchmarks, NOT spot-derived arithmetic — with nullable premium_over_spot_bps per quote (null when live reference inputs are unavailable). country is an ISO 3166-1 alpha-2 code (e.g. ID, IN, AE, JP). Requires the Physical tier or higher; static sample responses for evaluation are in the docs at https://goldprice.dev/docs/physical.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

Annotations declare readOnlyHint: true, and the description aligns with that. It adds behavioral context by explaining the nullable premium_over_spot_bps and its null condition, and notes the tier requirement. It does not contradict annotations and provides useful extra detail beyond what annotations offer.

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 concise and well-structured: the first sentence states the core purpose and key distinction, the second covers parameter format, tier requirement, and documentation link. Every sentence carries necessary information with no fluff.

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?

The tool has an output schema (though not shown) and the description covers the essential aspects: purpose, parameter format, tier requirement, and a docs link for sample responses. It also mentions a nullable field in the output. While it doesn't discuss error handling or unsupported countries, it is sufficiently complete for a simple read-only tool with one parameter.

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

Parameters5/5

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

The input schema has only the 'country' parameter with zero description coverage, so the description fully compensates by specifying it is an ISO 3166-1 alpha-2 code and provides concrete examples (ID, IN, AE, JP). This adds meaningful semantic meaning beyond the bare schema definition.

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 clearly states the tool returns 'latest per-country physical dealer/retail gold prices' with a specific verb ('Return'), a resource ('physical dealer/retail gold prices'), and scope ('per-country'). It also distinguishes itself from spot-derived arithmetic, making it distinct from sibling tools like get_spot_price.

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 implies usage context by contrasting with 'NOT spot-derived arithmetic' and specifying per-country data. It mentions a tier requirement ('Requires the Physical tier or higher') but does not explicitly name alternative tools or state when not to use it. The context is clear but exclusions are not stated.

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

A4.2/5.0
Disambiguation5/5

Each tool has a distinct purpose: get_carat for karat prices, get_forward_view for futures curves, get_historical for OHLCV bars, get_metadata for provenance, get_spot_price for current spot, list_commodities for symbol enumeration, and search_docs for FAQ search. No overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: get_carat, get_forward_view, get_historical, get_metadata, get_spot_price, list_commodities, search_docs. The naming is predictable and clear.

Tool Count5/5

With 7 tools, the API covers core data retrieval (spot, historical, carat, futures), metadata, symbol listing, and documentation search. This is well-scoped for a gold price API without being excessive or too sparse.

Completeness5/5

The tool set covers all essential operations for gold price data: current spot, historical OHLCV, karat prices, futures curves, symbol metadata, symbol list, and even documentation search. No obvious gaps for the intended use case.

Resources