REDDIT_POST_REDDIT_COMMENT
Posts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.
Remote reddit
Other tools also called REDDIT_POST_REDDIT_COMMENT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"title": "Text",
"examples": [
"This is an insightful comment!",
"I agree completely."
],
"description": "The raw Markdown text of the comment to be submitted."
},
"thing_id": {
"type": "string",
"title": "Thing Id",
"examples": [
"t3_10omtdx",
"t1_h2g9w8l"
],
"description": "The ID of the parent post (link) or comment, prefixed with 't3_' for a post (e.g., 't3_10omtdx') or 't1_' for a comment (e.g., 't1_h2g9w8l')."
}
}
}