MCP Server Reddit

by Hawstein

get_post_comments

Retrieve comments from a specific Reddit post by providing the post ID. Specify the number of comments to fetch (up to 100) for streamlined content analysis or engagement tracking.

Instructions

Get comments from a post

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of comments to return (default: 10)
post_idYesID of the post

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of comments to return (default: 10)", "maximum": 100, "minimum": 1, "type": "integer" }, "post_id": { "description": "ID of the post", "type": "string" } }, "required": [ "post_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Reddit

Related Tools

ID: 4032xr14pu