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 | If true, return only id and text per tweet to save tokens. |