Reddit MCP

MIT License
6
  • Apple

get_comment_by_id

Retrieve a specific comment by ID. Args: comment_id: ID of the comment to retrieve Returns: Comment details with any replies

Input Schema

NameRequiredDescriptionDefault
comment_idYes

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "title": "Comment Id", "type": "string" } }, "required": [ "comment_id" ], "title": "get_comment_by_idArguments", "type": "object" }
ID: braoypt6vc