Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SANTIMENT_API_KEY | Yes | Your API key from Santiment |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_sentiment_balance | Retrieve the sentiment balance (sentiment_balance_total) for a given asset. Parameters:
Usage:
Returns:
|
get_social_volume | Retrieve the total social volume (social_volume_total) for a given asset. It calculates the total number of social data text documents that contain the given search term at least once. Examples of documents are telegram messages and reddit posts. Parameters:
Usage:
Returns:
|
alert_social_shift | Detect significant shifts (spikes or drops) in social volume (social_volume_total) for a given asset. Parameters:
Usage:
Returns:
|
get_trending_words | Retrieve the top trending words in the crypto space over a specified period, aggregated and ranked by score. Parameters:
Usage:
Returns:
|
get_social_dominance | Retrieve the social dominance (social_dominance_total) for a given asset. Social Dominance shows the share of the discussions in crypto media that is referring to a particular asset or phrase. Parameters:
Usage:
Returns:
|