Skip to main content
Glama

reddit-mcp-server

create_post

Create a new post in a specified subreddit with a title and content, supporting both text and link submissions.

Instructions

Create a new post in a subreddit

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the post (text for self posts, URL for link posts)
is_selfNoWhether this is a self (text) post (true) or link post (false)
subredditYesName of the subreddit to post in
titleYesTitle of the post

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the post (text for self posts, URL for link posts)", "type": "string" }, "is_self": { "default": true, "description": "Whether this is a self (text) post (true) or link post (false)", "type": "boolean" }, "subreddit": { "description": "Name of the subreddit to post in", "type": "string" }, "title": { "description": "Title of the post", "type": "string" } }, "required": [ "subreddit", "title", "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