Skip to main content
Glama

Reddit MCP Server

by liuyang1520

get_post_comments

Retrieve comments from a Reddit post using the post ID, with options to sort by best, top, new, controversial, or old.

Instructions

Get comments from a Reddit post

Input Schema

NameRequiredDescriptionDefault
postIdYesReddit post ID
sortNoSort order for commentsbest

Input Schema (JSON Schema)

{ "properties": { "postId": { "description": "Reddit post ID", "type": "string" }, "sort": { "default": "best", "description": "Sort order for comments", "enum": [ "best", "top", "new", "controversial", "old" ], "type": "string" } }, "required": [ "postId" ], "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