Reddit MCP

by GridfireAI
MIT License
6
  • Apple

get_comment_by_id

Retrieve detailed information and replies for a specific Reddit comment using its unique ID. Enables precise access to comment data for analysis or interaction.

Instructions

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" }

You must be authenticated.

Other Tools from Reddit MCP

Related Tools

ID: braoypt6vc