Get Post
reddit_get_postFetch a Reddit post and its comments by post ID, including one nested reply level, returning JSON for moderation and analysis.
Instructions
Fetch a Reddit post (submission) by id along with its comments (top-level comments include one nested level of replies). Returns JSON with post and comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post id, with or without the t3_ fullname prefix | |
| comment_sort | No | Comment sort order (default: confidence) | |
| comment_limit | No | Max top-level comments to return (default 50) |