Skip to main content
Glama

Twitter MCP Server

getHashtagTrends

Analyze hashtag trends and performance on Twitter by specifying a hashtag, timeframe, and period to track engagement and growth over time.

Instructions

Analyze hashtag trends and performance over time

Input Schema

NameRequiredDescriptionDefault
hashtagYesHashtag to analyze (with or without #)
periodNoNumber of periods to analyze (default: 7)
timeframeNoAnalysis timeframe (default: "daily")

Input Schema (JSON Schema)

{ "properties": { "hashtag": { "description": "Hashtag to analyze (with or without #)", "type": "string" }, "period": { "description": "Number of periods to analyze (default: 7)", "maximum": 30, "minimum": 1, "type": "number" }, "timeframe": { "description": "Analysis timeframe (default: \"daily\")", "enum": [ "hourly", "daily", "weekly" ], "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