get_comment
Retrieve specific Reddit comments using their unique ID to access detailed discussion content and user interactions.
Instructions
Accéder à un commentaire spécifique
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment_id | Yes | L'ID du commentaire à récupérer |
Input Schema (JSON Schema)
{
"properties": {
"comment_id": {
"description": "L'ID du commentaire à récupérer",
"type": "string"
}
},
"required": [
"comment_id"
],
"type": "object"
}