Skip to main content
Glama

Reddit MCP Server

by liuyang1520

get_subreddit_posts

Retrieve posts from any Reddit subreddit using specified sorting options and quantity limits to access community discussions and content.

Instructions

Get posts from a specific subreddit

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of posts to retrieve (1-100)
sortNoSort order for postshot
subredditYesName of the subreddit (without r/ prefix)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "description": "Number of posts to retrieve (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "sort": { "default": "hot", "description": "Sort order for posts", "enum": [ "hot", "new", "top", "rising" ], "type": "string" }, "subreddit": { "description": "Name of the subreddit (without r/ prefix)", "type": "string" } }, "required": [ "subreddit" ], "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/liuyang1520/reddit-mcp'

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