Skip to main content
Glama

Reddit MCP Server

by liuyang1520

get_user_comments

Retrieve a user's Reddit comments by providing their username, with options to sort by hot, new, or top and control the number of comments returned.

Instructions

Get comments made by a user

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of comments to retrieve (1-100)
sortNoSort order for commentsnew
usernameYesReddit username (without u/ prefix)

Input Schema (JSON Schema)

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

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