get_post_comments
Retrieve comments from a specific Reddit post by providing the post ID, with an option to limit the number of comments returned for efficient data access.
Instructions
Get comments from a post
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of comments to return (default: 10) | |
post_id | Yes | ID of the post |