Skip to main content
Glama

Reddit MCP Server

create_post

Publish new posts to any subreddit with customizable titles, content, and flairs. Designed for use with the Reddit MCP Server, it supports both text and link posts for streamlined Reddit interactions.

Instructions

Create a new post in a subreddit.

Args: subreddit (str): Name of the subreddit to post in title (str): Title of the post content (str): Content of the post (text for self posts, URL for link posts) flair (Optional[str]): Flair to add to the post. Must be an available flair in the subreddit is_self (bool): Whether this is a self (text) post (True) or link post (False) Returns: Dict: Formatted information about the created post

Input Schema

NameRequiredDescriptionDefault
contentYes
flairNo
is_selfNo
subredditYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "flair": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Flair" }, "is_self": { "default": true, "title": "Is Self", "type": "boolean" }, "subreddit": { "title": "Subreddit", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "subreddit", "title", "content" ], "title": "create_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