Skip to main content
Glama

Twitter MCP Server

getHashtagAnalytics

Analyze Twitter hashtag performance by extracting engagement metrics and trends within a specified time range using the Twitter MCP Server. Gain insights into hashtag usage and impact.

Instructions

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" }

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