Skip to main content
Glama
Arindam200

Reddit MCP Server

create_post

Publish posts on Reddit using specified subreddit, title, content, flair, and post type. Manage self or link posts efficiently with input validation and error handling.

Instructions

Create a new post in a subreddit.

Args: subreddit: Name of the subreddit to post in (with or without 'r/' prefix) title: Title of the post (max 300 characters) content: Content of the post (text for self posts, URL for link posts) flair: Flair to add to the post. Must be an available flair in the subreddit is_self: Whether this is a self (text) post (True) or link post (False) Returns: Dictionary containing information about the created post Raises: ValueError: If input validation fails or flair is invalid RuntimeError: For other errors during post creation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
flairNo
is_selfNo
subredditYes
titleYes

Other Tools

Related Tools

Latest Blog Posts

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