get_post_content
Retrieve detailed content from Reddit posts including comments with configurable depth and limits for analysis or integration.
Instructions
Get detailed content of a specific post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ID of the post | |
| comment_limit | No | Number of top-level comments to return (default: 10) | |
| comment_depth | No | Maximum depth of comment tree (default: 3) |