get_twitter_user_tweets
Retrieve tweets from a specific Twitter user by username. Optionally set the number of tweets and use cached data.
Instructions
Get tweets from a specific Twitter/X user. Use this to see what a specific person is tweeting about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter username (without @). Examples: 'levelsio', 'elonmusk', 'naval'. | |
| limit | No | Number of tweets to fetch. | |
| use_cache | No | Whether to use cached data. |