Skip to main content
Glama

Twitter MCP Server

analyzeFollowerDemographics

Analyze Twitter follower demographics and engagement patterns by providing a username, sample size, and optional demographic breakdown to understand audience insights.

Instructions

Analyze follower demographics and engagement patterns

Input Schema

NameRequiredDescriptionDefault
analyzeDemographicsNoInclude demographic breakdown (default: true)
sampleSizeNoSample size for analysis (default: 50)
usernameYesUsername to analyze followers for

Input Schema (JSON Schema)

{ "properties": { "analyzeDemographics": { "description": "Include demographic breakdown (default: true)", "type": "boolean" }, "sampleSize": { "description": "Sample size for analysis (default: 50)", "maximum": 100, "minimum": 10, "type": "number" }, "username": { "description": "Username to analyze followers 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