Reddit MCP

MIT License
6
  • Apple

get_comments_by_submission

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 replies

Input Schema

NameRequiredDescriptionDefault
replace_moreNo
submission_idYes

Input Schema (JSON Schema)

{ "properties": { "replace_more": { "default": true, "title": "Replace More", "type": "boolean" }, "submission_id": { "title": "Submission Id", "type": "string" } }, "required": [ "submission_id" ], "title": "get_comments_by_submissionArguments", "type": "object" }
ID: braoypt6vc