Reddit MCP

by GridfireAI
MIT License
6
  • Apple

get_comments_by_submission

Retrieve and display all comments and replies from a specific Reddit submission using the submission ID. Optionally replace MoreComments objects for a complete thread view.

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 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" }

You must be authenticated.

Other Tools from Reddit MCP

Related Tools

ID: braoypt6vc