Skip to main content
Glama

Reddit MCP Server

reply_to_post

Reply to any Reddit post using post ID or URL with the tool from the Reddit MCP Server. Input reply content and optional subreddit for validation to generate and publish responses.

Instructions

Post a reply to an existing Reddit post.

Args: post_id (str): The ID of the post 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
contentYes
post_idYes
subredditNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "post_id": { "title": "Post Id", "type": "string" }, "subreddit": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Subreddit" } }, "required": [ "post_id", "content" ], "title": "reply_to_postArguments", "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