Skip to main content
Glama

Reddit MCP Server

reply_to_comment

Post responses to Reddit comments using comment ID, content, and optional subreddit validation. Simplifies interaction on Reddit by enabling direct replies within discussions.

Instructions

Post a reply to an existing Reddit comment.

Args: comment_id (str): The ID of the comment to reply to (can be full URL, permalink, or just ID) content (str): The content of the reply subreddit (Optional[str]): The subreddit name if known (for validation) Returns: Dict: Formatted information about the created reply

Input Schema

NameRequiredDescriptionDefault
comment_idYes
contentYes
subredditNo

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "title": "Comment Id", "type": "string" }, "content": { "title": "Content", "type": "string" }, "subreddit": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Subreddit" } }, "required": [ "comment_id", "content" ], "title": "reply_to_commentArguments", "type": "object" }

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/Arindam200/reddit-mcp'

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