Finance Tools MCP

MIT License
16
  • Apple

analyze_fng_trend

Examine CNN Fear & Greed Index trends over a specified period to assess market sentiment. Provides latest value, average, trend direction, and data points analyzed for informed financial decisions.

Instructions

Analyze trends in CNN Fear & Greed Index over specified days. Parameters: days (int): Number of days to analyze (limited by available data). Returns: str: A string containing the analysis results, including latest value, average value, trend direction, and number of data points analyzed.

Input Schema

NameRequiredDescriptionDefault
daysYes

Input Schema (JSON Schema)

{ "properties": { "days": { "title": "Days", "type": "integer" } }, "required": [ "days" ], "title": "analyze_fng_trendArguments", "type": "object" }
ID: o7bclp5ave