get_tweet_replies
Fetch top-level replies to a tweet for thread analysis, sentiment tracking, or building reply trees. Supports pagination and sorting by latest or top.
Instructions
Fetch replies to a specific tweet. Pass the numeric tweetId of the root tweet; returns top-level replies (about 20 per page) with full tweet objects. Use this for thread analysis, sentiment on a viral post, or building reply trees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweetId | Yes | Numeric ID of the tweet to fetch replies for. | |
| cursor | No | Pagination cursor; omit for first page (~20 replies per page). | |
| queryType | No | 'Latest' or 'Top' — sort order of replies. Default 'Latest'. |