Skip to main content
Glama
thegoldbarometer

The Gold Barometer MCP Server

Official

get_current_reading

Retrieve today's Gold Barometer 0-100 buying-conditions score and its zone, plus the state of each measured factor. Updated daily after US market close; measures conditions, not price predictions.

Instructions

Today's Gold Barometer reading: the 0-100 gold buying-conditions score, its zone, and the state of each measured part. Updated daily after the US market closes. It measures conditions. It is not advice, and it does not predict the price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses update cadence ('Updated daily after the US market closes'), what the reading contains, and that it is non-advice and non-predictive. It does not describe stale-data behavior or the return envelope, but for a 0-parameter read-only snapshot this is solid coverage.

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?

Three sentences, front-loaded with the core content. 'It measures conditions' is mildly redundant since the first sentence already specifies what is measured, but the overall description is efficient and every other sentence earns its place.

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 simple 0-parameter read tool with no output schema, the description is complete enough: it lists the delivered components (score, zone, measured-part states), update timing, and behavioral limits. It could mention behavior before the daily update, but the basics are all present.

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?

There are zero parameters, so the baseline is 4. The description appropriately implies the tool is self-contained (a daily snapshot with no inputs), and nothing about the schema needs elaboration.

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 names the resource ('Gold Barometer'), the scope ('Today's'), and the exact payload (0-100 score, zone, state of each measured part). The 'Today's' prefix distinguishes it from siblings get_reading_history and get_zone_record, making the purpose unmistakable.

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?

Provides clear usage context: 'Updated daily after the US market closes' tells the agent when data is fresh, and 'not advice... does not predict the price' sets expectation limits. However, it never explicitly names sibling alternatives or states when NOT to use this tool, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thegoldbarometer/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server