Skip to main content
Glama

Reddit MCP

by GridfireAI

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GridfireAI/reddit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server