Skip to main content
Glama

X (Twitter) MCP server

by rafaljanicki

get_trends

Identify trending topics on Twitter by retrieving popular keywords or hashtags. Customize results by category or count to analyze what's current on the platform.

Instructions

Retrieves trending topics on Twitter

Input Schema

NameRequiredDescriptionDefault
categoryNo
countNo

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 50, "title": "Count" } }, "title": "get_trendsArguments", "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/rafaljanicki/x-twitter-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server