fetch_reddit_post_content
Retrieve detailed Reddit post content, including comments, by specifying the post ID. Control the number of top-level comments and the depth of the comment tree for structured insights.
Instructions
Fetch detailed content of a specific post
Args: post_id: Reddit post ID comment_limit: Number of top level comments to fetch comment_depth: Maximum depth of comment tree to traverse
Returns: Human readable string containing post content and comments tree
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment_depth | No | ||
comment_limit | No | ||
post_id | Yes |