reddit_get_comments
Fetch a Reddit post and its nested comment tree by post ID. Supports sorting by top, new, controversial, and more, with configurable comment limits.
Instructions
Fetch a post and its comment tree using old.reddit.com .json endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'confidence' (default), 'top', 'new', 'controversial', 'old', 'qa' | confidence |
| limit | No | 1–500 (default 100) | |
| shortcode | Yes | Post ID (e.g. '1ps3ta4'). No subreddit needed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||