Skip to main content
Glama

veroq_economy

Get macroeconomic indicators from FRED. Use without arguments for a summary of key indicators like GDP, CPI, unemployment; pass a slug for detailed history with up to 100 observations.

Instructions

Get macroeconomic indicators from FRED. No arguments returns a summary of all key indicators; pass a slug for detailed history.

WHEN TO USE: For macro data like GDP, CPI, unemployment, fed funds rate. Use veroq_economy_indicator for a single indicator with history. RETURNS: Summary mode: all indicators with latest values. Detail mode: series info, latest value, and historical observations. COST: 2 credits. EXAMPLE: { "indicator": "cpi", "limit": 12 }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicatorNoSpecific indicator slug (e.g. gdp, cpi, unemployment, fed_funds, retail_sales). Omit for summary of all.
limitNoNumber of historical observations to return (default 30, max 100)
Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It explains the two operating modes, returns structure, cost, and includes an example. However, it does not disclose idempotency, error handling, or rate limits. For a read-only data retrieval tool, this is adequate but not fully transparent.

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 well-structured with clear sections (WHEN TO USE, RETURNS, COST, EXAMPLE). Every sentence adds essential information without redundancy, achieving maximum conciseness.

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?

Despite no output schema, the description fully explains the two return modes. For a simple tool with two optional parameters, this covers all necessary context for correct invocation.

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?

Schema coverage is 100%, so the schema already documents both parameters. The description adds value by clarifying that omitting 'indicator' triggers summary mode and provides an example URL-like usage. This exceeds the baseline of 3.

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 retrieves macroeconomic indicators from FRED, with distinct summary and detail modes. It explicitly names a sibling tool (veroq_economy_indicator) for single-indicator queries, providing clear differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Contains a dedicated 'WHEN TO USE' section specifying typical indicators (GDP, CPI, unemployment) and directs the agent to an alternative tool for single indicator history. This provides explicit guidance on context and alternatives.

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/Veroq-ai/veroq-mcp'

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