get_user_tweets
Retrieve recent tweets from any Twitter user by username. Specify count up to 100 to get exactly the posts you need.
Instructions
Get tweets from a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of tweets to retrieve (default: 10, max: 100) | |
| username | Yes | Twitter username (without @) |