get_twitter_user_tweets
Retrieve recent tweets from a specific Twitter/X user by providing their username, with options to filter replies and retweets and set a limit on results.
Instructions
Get recent tweets from a specific Twitter/X user.
Args: username: Twitter username (without @). limit: Maximum tweets to return (default 20, max 100). include_replies: Include reply tweets (default False). include_retweets: Include retweets (default False).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| limit | No | ||
| include_replies | No | ||
| include_retweets | No |