Get User Tweets
twitter-user-tweetsGet recent tweets from a specific X/Twitter user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of tweets to return (default 20) | |
| cursor | No | Pagination cursor from a previous response | |
| handle | Yes | Twitter handle (without @) | |
| text_only | No | Return only {id, text} per tweet; quoted tweets keep their text. Drops author, date, URL, and reply/retweet/like counts. Use when you only need tweet contents, e.g. summarising or scanning many results. Leave false when you need to cite authors, link to tweets, filter by date, or rank by engagement. |