get_user_tweets
Retrieve recent tweets from a specific user by providing their username, with an adjustable limit on the number of tweets returned.
Instructions
Get a user's recent tweets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tweets to return (default 20, max 100). | |
| username | Yes | The @handle (without the @). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |