Skip to main content
Glama

Twitter MCP Server

userGrowthAnalytics

Track and analyze user growth patterns and engagement metrics on Twitter by specifying a username, timeframe, and analysis period to gain actionable insights.

Instructions

Analyze user growth patterns and engagement trends over time

Input Schema

NameRequiredDescriptionDefault
periodNoNumber of periods to analyze (default: 4)
timeframeNoAnalysis timeframe (default: "weekly")
usernameYesUsername to analyze growth patterns for

Input Schema (JSON Schema)

{ "properties": { "period": { "description": "Number of periods to analyze (default: 4)", "maximum": 12, "minimum": 1, "type": "number" }, "timeframe": { "description": "Analysis timeframe (default: \"weekly\")", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "username": { "description": "Username to analyze growth patterns for", "type": "string" } }, "required": [ "username" ], "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