X MCP Server

get_home_timeline

Get the most recent tweets from your home timeline

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of tweets to retrieve (max 100)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of tweets to retrieve (max 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools