Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| interpret_fng | Generate an interpretation of a Fear & Greed Index value | 
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| fng://current | 
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| get_current_fng_tool | Get the current Crypto Fear & Greed Index as a tool. | 
| get_historical_fng_tool | Get historical Fear & Greed Index for specified number of days as a tool. Parameters: days (int): Number of days to retrieve (must be a positive integer). Returns: str: Historical Fear & Greed Index values for the specified period. | 
| analyze_fng_trend | Analyze trends in Crypto Fear & Greed Index over specified days. Parameters: days (int): Number of days to analyze (must be a positive integer). Returns: str: A string containing the analysis results, including latest value, average value, trend direction, and number of data points analyzed. |