Skip to main content
Glama

Twitter MCP Server

analyzeSentiment

Analyze the sentiment of tweets based on a specified search query, with options to set sample size and include keyword frequency analysis for deeper insights.

Instructions

Perform sentiment analysis on tweets matching a query

Input Schema

NameRequiredDescriptionDefault
includeKeywordsNoInclude keyword frequency analysis (default: true)
queryYesSearch query for sentiment analysis
sampleSizeNoNumber of tweets to analyze (default: 50)

Input Schema (JSON Schema)

{ "properties": { "includeKeywords": { "description": "Include keyword frequency analysis (default: true)", "type": "boolean" }, "query": { "description": "Search query for sentiment analysis", "type": "string" }, "sampleSize": { "description": "Number of tweets to analyze (default: 50)", "maximum": 200, "minimum": 10, "type": "number" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server