Skip to main content
Glama
fxmacrodata

mcp-server-fxmacrodata

Official
by fxmacrodata

commodities

Fetch commodity price time series for gold, silver, or platinum. Specify indicator and optional date range to retrieve historical data.

Instructions

Get commodity price time series. Supported indicators: gold, silver, platinum.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo
indicatorYes
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided and the description does not disclose behavioral details such as read-only nature, data source, update frequency, or potential side effects.

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 direct, with no unnecessary wording or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Provides the core purpose and supported indicators, but lacks important input context such as date range handling and response format, leaving some ambiguity for a caller.

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

Parameters2/5

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

The schema provides no parameter descriptions; the description only mentions indicator values and omits explanation of start_date/end_date format, default behavior, or required indicator semantics.

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?

Clearly states the tool gets commodity price time series and lists the supported indicators (gold, silver, platinum), distinguishing it from sibling tools like forex.

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?

Does not specify when to use this tool versus alternatives such as forex or indicator_query, nor does it mention any exclusions or prerequisites.

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