Skip to main content
Glama

Twitter MCP Server

trendingTopicsSearch

Identify trending topics and popular content on Twitter by location, timeframe, and quantity for real-time social media analysis and insights.

Instructions

Get trending topics and popular content for analysis

Input Schema

NameRequiredDescriptionDefault
countNoNumber of trending topics to return (default: 10, max: 50)
locationNoLocation for trending topics (default: "worldwide")
timeframeNoTimeframe for trending analysis (default: "hourly")

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of trending topics to return (default: 10, max: 50)", "maximum": 50, "minimum": 1, "type": "number" }, "location": { "description": "Location for trending topics (default: \"worldwide\")", "type": "string" }, "timeframe": { "description": "Timeframe for trending analysis (default: \"hourly\")", "enum": [ "hourly", "daily", "weekly" ], "type": "string" } }, "required": [], "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