Skip to main content
Glama

reddit-mcp-server

get_post_comments

Fetch comments from a specific Reddit post by providing the post ID and subreddit name, with options to sort by best, top, new, controversial, old, or qa, and limit the number of comments retrieved.

Instructions

Get comments for a specific Reddit post

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of comments to load
post_idYesThe ID of the post
sortNoComment sort order: best, top, new, controversial, old, qabest
subredditYesThe subreddit where the post is located

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "Maximum number of comments to load", "maximum": 500, "minimum": 1, "type": "number" }, "post_id": { "description": "The ID of the post", "type": "string" }, "sort": { "default": "best", "description": "Comment sort order: best, top, new, controversial, old, qa", "enum": [ "best", "top", "new", "controversial", "old", "qa" ], "type": "string" }, "subreddit": { "description": "The subreddit where the post is located", "type": "string" } }, "required": [ "post_id", "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