get_post_thread
Retrieve a Reddit post's body and its top comments using the post ID. Supports custom comment count and sort order.
Instructions
Fetch a specific post's text and its top comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Reddit post ID (e.g. "1qd9z8x") — the alphanumeric part of the URL | |
| comment_limit | No | Number of top-level comments to retrieve | |
| sort | No | Comment sort order — "confidence", "top", "new", or "old" | confidence |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||