read_posts
Fetch tweets from a specified Twitter/X user, with controls for count, replies, and retweets.
Instructions
Fetch the latest posts from a specified Twitter/X user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of tweets to fetch (default: 20, max: 100) | |
| username | Yes | The Twitter/X username (without @) | |
| includeReplies | No | Whether to include replies (default: false) | |
| includeRetweets | No | Whether to include retweets (default: true) |