Twitter MCP Server

getHashtagAnalytics

Get analytics for a specific hashtag

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time for the analysis (ISO 8601)
hashtagYesThe hashtag to analyze (with or without #)
startTimeNoStart time for the analysis (ISO 8601)

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time for the analysis (ISO 8601)", "type": "string" }, "hashtag": { "description": "The hashtag to analyze (with or without #)", "type": "string" }, "startTime": { "description": "Start time for the analysis (ISO 8601)", "type": "string" } }, "required": [ "hashtag" ], "type": "object" }