Skip to main content
Glama

reddit-mcp-server

reply_to_post

Post a reply to an existing Reddit post by providing the post ID and your response content, enabling interaction with Reddit discussions.

Instructions

Post a reply to an existing Reddit post

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the reply
post_idYesThe ID of the post to reply to
subredditNoThe subreddit name if known (for validation)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the reply", "type": "string" }, "post_id": { "description": "The ID of the post to reply to", "type": "string" }, "subreddit": { "description": "The subreddit name if known (for validation)", "type": "string" } }, "required": [ "post_id", "content" ], "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/jordanburke/reddit-mcp-server'

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