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
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | No | Specific indicator slug (e.g. gdp, cpi, unemployment, fed_funds, retail_sales). Omit for summary of all. | |
| limit | No | Number of historical observations to return (default 30, max 100) |