X (Twitter) MCP server

get_timeline

Retrieve tweets from your home timeline on X (Twitter) with customizable parameters like count, cursor, and seen tweet IDs for efficient navigation and updates.

Instructions

Get tweets from your home timeline (For You)

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
seen_tweet_idsNo

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" }, "seen_tweet_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Seen Tweet Ids" } }, "title": "get_timelineArguments", "type": "object" }
ID: 7w9byzj3wm