AI Text Sentiment Analyzer
Analyze text sentiment and emotional tone with detailed breakdown of positive, negative, and neutral emotions
API Documentation
Request Endpoint
POST /en/api/tools/text-sentiment-analyzer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | Enter any text - reviews, comments, messages, articles, or personal writing for sentiment analysis |
| analysisDepth | select | Yes | Choose the depth of sentiment analysis |
| emotionType | select | Yes | Select the type of emotions to focus on in the analysis |
| language | select | Yes | Select the language of the text being analyzed |
| includeSuggestions | checkbox | No | Include suggestions for better emotional understanding and communication |
| includeStatistics | checkbox | No | Include emotion statistics, percentages, and data visualization |
| exportFormat | select | No | Choose the format for the analysis output |
Response Format
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Stream:
Stream
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-text-sentiment-analyzer": {
"name": "text-sentiment-analyzer",
"description": "Analyze text sentiment and emotional tone with detailed breakdown of positive, negative, and neutral emotions",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-sentiment-analyzer",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]