Tool | What It Does | Example Use |
---|---|---|
Retrieve Reddit Post | Fetch top posts in a subreddit with an optional size limit | ”Fetch the top 10 hot posts from r/programming and return title, score, and permalink” |
Get Reddit Post Details | Get detailed content about a specific Reddit post | ”Get details for post with URL reddit.com/r/tech/comments/[post_id] and return title, author, body_text, score, and comment_count” |
Create Reddit Post | Publish a new post in a chosen subreddit | ”Create a text post in r/learnpython titled ‘Best resources for beginners?’ with body ‘[question_details]’. Return post_id and URL” |
Fetch Post Comments | Retrieve comments from a given post | ”Get the 20 newest comments for post titled ‘Weekly Discussion Thread’ in r/stocks and return author, body_text, and score” |
Edit Reddit Post | Update the content of an existing post | ”Edit my post titled ‘Looking for feedback on my app’ in r/startups - add ‘EDIT: Thanks for all the suggestions!’ to body. Return status” |
Create Reddit Comment | Add a comment to a specific post | ”Comment ‘Great explanation, thanks!’ on the top post in r/explainlikeimfive and return comment_id and status” |
Edit Reddit Comment | Update an existing comment | ”Edit my latest comment in r/webdev - add ‘EDIT: Fixed the typo in the code’ to text. Return status” |
Delete Reddit Post | Remove a post you own | ”Delete my post titled ‘Test post please ignore’ from r/test and confirm deletion_status” |
Delete Reddit Comment | Remove a comment you own | ”Delete my comment containing ‘duplicate answer’ from r/askscience and return deletion_status” |
Search Subreddits | Find subreddits by name or description | ”Search subreddits about ‘machine learning’ and return subreddit_name, subscribers, and description” |
Search Posts | Search posts across Reddit or within a specific subreddit | ”Search posts in r/datascience for ‘pandas vs polars’, limit 25, return title, subreddit, and permalink” |
Search Users | Discover users by profile text | ”Search users with ‘data scientist’ in their bio and return username, karma, and account_created_date” |
Create Your Reddit MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
Post URL
”Step 1: Find Subreddits
Step 2: Get Posts
Step 3: Summarize Posts
Step 4: Publish Summaries
Post URL
and return title, body_text, and score”Empty Outputs
Incorrect Results
Errors
Iterate with Request Changes