X (Twitter) MCP server

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" }
ID: 7w9byzj3wm