reddit_comments
Retrieve flat public comments from a Reddit post by providing the post ID. Supports sorting and limiting the number of comments returned.
Instructions
Get Reddit post comments. Returns flat public comment entries from a Reddit post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reddit post id or t3_ id | |
| sort | No | Accepted for compatibility: confidence, top, new, controversial, old, or qa. Public comment data is flat and may ignore sort. | |
| limit | No | Maximum comments returned, defaults to 25 and clamps to 100 | |
| depth | No | Accepted for compatibility. Public comment data is flat and may ignore depth. |