Skip to main content
Glama

reddit-mcp-server

get_user_posts

Retrieve posts submitted by a specific Reddit user with options to sort by new, hot, top, or controversial content and filter by time period.

Instructions

Get posts submitted by a specific user

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of posts to return
sortNoSort order: new, hot, top, controversialnew
time_filterNoTime filter for top/controversial: hour, day, week, month, year, allall
usernameYesThe username to get posts for

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of posts to return", "maximum": 100, "minimum": 1, "type": "number" }, "sort": { "default": "new", "description": "Sort order: new, hot, top, controversial", "enum": [ "new", "hot", "top", "controversial" ], "type": "string" }, "time_filter": { "default": "all", "description": "Time filter for top/controversial: hour, day, week, month, year, all", "enum": [ "hour", "day", "week", "month", "year", "all" ], "type": "string" }, "username": { "description": "The username to get posts for", "type": "string" } }, "required": [ "username" ], "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