get_comments_by_submission
Retrieve comments from a Reddit submission by providing its ID. Optionally replace placeholder comments to get full thread.
Instructions
Retrieve comments from a specific submission.
Args:
submission_id: ID of the submission to get comments from
replace_more: Whether to replace MoreComments objects with actual comments
Returns:
List of comments with their repliesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | ||
| replace_more | No |