mcp-twikit

get_latest_timeline

Get tweets from your home timeline (Following).

Args: count: Number of tweets to retrieve (default 20)

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 20, "title": "Count", "type": "integer" } }, "title": "get_latest_timelineArguments", "type": "object" }