get_replies
Fetch replies to a specific tweet by its ID. Optionally specify the maximum number of replies.
Instructions
Get replies to a specific tweet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_id | Yes | The ID of the tweet to fetch replies for | |
| max_results | No | Maximum number of replies to return (5-100, default: 10) |