get_sentiment_score
Analyze text sentiment using a VADER-style lexicon to calculate a compound score from -1 (negative) to 1 (positive).
Instructions
Compound sentiment score from -1 (negative) to 1 (positive). VADER-style with built-in 2000+ word lexicon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |