analyze_sentiment
ActiveTool of io.github.meltingpixelsai/harvey-tools
Analyze sentiment of text with entity extraction, confidence scores, and key phrase identification. Returns positive/negative/neutral/mixed with detailed breakdown.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to analyze for sentiment"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.meltingpixelsai/harvey-tools
https://github.com/meltingpixelsai/harvey-tools
2/7 registries