get_all_user_posts
Retrieve all contextualized posts of a Twitter/X user to analyze topics, trends, and sentiment across their entire timeline.
Instructions
Retrieve all contextualized post renderings of a specific Twitter/X user. This tool is useful when you need to analyse posts for insights, trends and topics over all posts. For instance, to answer queries such as:
"What topics does @elonmusk tweet most about?"
"What has recently been the mood of @elonmusk?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter/X username (without @) | |
| platform | No | Platform. Currently only 'X' is supported. | X |
| simple | No | If true, returns simplified post renderings, without metadata such as creation date, post ID, etc. | |
| limit | No | Max results to return (default: all) | |
| offset | No | Pagination offset |