REDDIT_RETRIEVE_SPECIFIC_COMMENT
Retrieves detailed information for a specific Reddit comment or post using its fullname.
Remote reddit
Other tools also called REDDIT_RETRIEVE_SPECIFIC_COMMENT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"t1_c123456",
"t3_x56789"
],
"description": "Fullname of the comment or post to retrieve (e.g., 't1_c123456', 't3_x56789')."
}
}
}