Skip to main content
Glama

info_macro_get_macro_indicator

Read-onlyIdempotent

Official macro stats: latest or series by country/indicator (CPI, rates, jobs). No event feed. Calendar→get_economic_calendar. Dashboard→get_macro_summary. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNolatest (default, snapshot) or timeseries.
sizeNoRows; default 20, max 400.
countryNoCountry display name e.g. United States; wins over country_code if both set.
end_dateNoSame as end_time.
end_timeNoRange end; alias end_date.
indicatorYesExact keyword match on indicator.keyword OR indicator_id.keyword OR slugname.keyword; ASCII case-insensitive via exact variants (original, lower, upper).
start_dateNoSame as start_time.
start_timeNoRange start; alias start_date; filters date/part_date.
country_codeNoISO code e.g. US when index lacks display name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
noteNoOptional empty-result or fallback hint.
sizeNo
countYes
totalYes
latestNo
countryNo
end_dateNo
end_timeNo
indicatorYes
start_dateNo
start_timeNo
timeseriesNo
duration_msYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds meaningful context beyond these: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This clarifies the scope of operations and the absence of trading actions, which is not fully captured by generic annotations. No contradiction with annotations.

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 compact and information-dense, leading with the core purpose, then exclusions, alternatives, and safety disclaimers. Every sentence adds value, and it avoids fluff. The structure front-loads the purpose and quickly guides the agent to decide whether the tool is appropriate.

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?

Given the tool has 9 parameters but only one required, an output schema, and rich annotations, the description covers the essential context: what it returns (macro stats), the mode options, the no-event-feed caveat, and the non-investment-advice disclaimer. It lacks explicit mention of parameter aliases, but the schema covers those. Overall, it is complete for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 100%, so all 9 parameters are documented in the schema. The description itself does not add new parameter details; it mentions indicator examples (CPI, rates, jobs) and mode ('latest or series'), which slightly reinforces the existing mode and indicator descriptions, but does not go beyond what the schema provides. Baseline 3 is appropriate.

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?

Description states a specific verb and resource: 'Official macro stats: latest or series by country/indicator (CPI, rates, jobs).' It enumerates the kinds of indicators (CPI, rates, jobs) and explicitly distinguishes from siblings by noting 'No event feed' and naming the alternatives (Calendar→get_economic_calendar, Dashboard→get_macro_summary). This clearly differentiates the tool from its siblings.

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 context: it is for macro stats, read-only research data, and not the event feed. It explicitly points to get_economic_calendar for events and get_macro_summary for dashboards, giving alternative tools. However, it does not explicitly state when to prefer this over get_macro_summary beyond the dashboard reference, so it lacks a full when/when-not directive but is close.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.

Naming Consistency5/5

All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.

Tool Count3/5

32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.

Completeness5/5

The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.