get_tweet_replies
Fetch replies to a specific tweet using the tweet ID. Optionally set the number of replies to return, up to a maximum of 100.
Instructions
Get replies to a specific tweet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of replies to retrieve (default: 10, max: 100) | |
| tweet_id | Yes | Twitter tweet ID |