Crypto / text sentiment scorer
crypto_sentimentAnalyze sentiment of crypto assets or free text to generate trading signals and power news pipelines without running your own LLM.
Instructions
Sentiment score (-1 to +1) with a bullish/neutral/bearish label, for either raw text or a crypto asset's recent price action, via an LLM. Give it EXACTLY ONE of text (free-form text to score) or asset (one of SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA). Useful for agents building trading signals, news pipelines, or social-listening tools without running their own LLM sentiment call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Free text to score (omit if using `asset`) | |
| asset | No | Asset symbol to score sentiment for (omit if using `text`) |