X (Twitter) MCP server

get_highlights_tweets

Retrieve highlighted tweets from a user’s timeline by specifying their user ID. Supports customization with count and cursor parameters for efficient tweet extraction.

Instructions

Retrieves highlighted tweets from a user’s timeline

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
user_idYes

Input Schema (JSON Schema)

{ "properties": { "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 100, "title": "Count" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "get_highlights_tweetsArguments", "type": "object" }
ID: 7w9byzj3wm