REDDIT_RETRIEVE_POST_COMMENTS
Retrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested replies within comments are returned as raw dictionaries requiring parsing.
Remote reddit
Other tools also called REDDIT_RETRIEVE_POST_COMMENTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"article": {
"type": "string",
"title": "Article",
"examples": [
"q5u7q5",
"13a9zao"
],
"description": "Base-36 ID of the Reddit post (e.g., 'q5u7q5'), typically found in the post's URL and not including the 't3_' prefix."
}
}
}