get_user_tweets
Fetch recent tweets from any X user's timeline by providing their username. Optionally set a limit of up to 100 posts.
Instructions
Fetch a user's most recent posts from their profile timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to return (1-100). | |
| username | Yes | An @handle, plain handle, or full profile URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |