reddit_post_comments
Fetch a Reddit post and its full comment thread by permalink. Get post details, threaded replies, scores, and a cursor for pagination to read the complete discussion.
Instructions
Fetch a single post and its comment tree by permalink. Returns the post plus threaded comments (author, body, score, replies) and an after cursor. Use after finding a post via search/listing to read the full discussion. Pass the post's permalink from a prior result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| permalink | Yes | The post permalink path from a prior post result, e.g. '/r/programming/comments/abc123/some_title/'. Required. |