Skip to main content
Glama

reddit-mcp-server

get_top_posts

Fetch top posts from any Reddit subreddit by specifying a time period and number of results to retrieve.

Instructions

Get top posts from a subreddit

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of posts to fetch
subredditYesName of the subreddit
time_filterNoTime period to filter posts (e.g. 'day', 'week', 'month', 'year', 'all')week

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of posts to fetch", "type": "integer" }, "subreddit": { "description": "Name of the subreddit", "type": "string" }, "time_filter": { "default": "week", "description": "Time period to filter posts (e.g. 'day', 'week', 'month', 'year', 'all')", "enum": [ "day", "week", "month", "year", "all" ], "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/jordanburke/reddit-mcp-server'

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