Skip to main content
Glama

Reddit MCP Server

get_user_posts

Retrieve a Reddit user's post history with sorting options to analyze their content contributions and activity patterns on the platform.

Instructions

Obtenir l'historique des posts d'un utilisateur

Input Schema

NameRequiredDescriptionDefault
limitNoNombre de posts à récupérer
sortNoMéthode de tri (new, top, hot)new
usernameYesLe nom d'utilisateur Reddit

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "description": "Nombre de posts à récupérer", "type": "integer" }, "sort": { "default": "new", "description": "Méthode de tri (new, top, hot)", "enum": [ "new", "top", "hot" ], "type": "string" }, "username": { "description": "Le nom d'utilisateur Reddit", "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/samy-clivolt/reddit-mcp-server'

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