Get recent tweets from tracked X accounts
get_recent_tweetsFetch recent tweets from specified X handles, ordering newest first. Summarize posts from a curated account group.
Instructions
Return the most recent tweets from a set of X (Twitter) handles, newest first, using a logged-in session. Read-only: this server can only read, it cannot post, reply, like, follow, DM, or write anything. Defaults to the server's configured handle set; useful for summarising what a curated group of accounts has posted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many recent tweets to return after merging (1-100). Default 30. | |
| handles | No | X handles to fetch (with or without @). Optional if the server has a default set (X_HANDLES) configured. | |
| includeReplies | No | Include @-replies. Default false, replies are usually noise for a digest. |