getUserTimeline
Fetch a specific user's tweets from their timeline using the Twitter MCP Server. Specify username, number of tweets, and optional tweet fields for tailored results.
Instructions
Get tweets from a specific user's timeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of tweets to return (default: 10, max: 100) | |
tweetFields | No | Additional tweet fields to include | |
username | Yes | The username of the user whose timeline to fetch |