Get User Posts
x_get_user_postsRetrieve recent posts from a user's X timeline by username. Filters out retweets and replies to show original content.
Instructions
Fetch recent posts from a user's timeline by username. Excludes retweets and replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100) | |
| username | Yes | X username (without @ symbol) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |