reddit-get-post
ActiveTool of Superpowers.social
declared in 0.0.1
Get detailed content of a specific Reddit post with comments.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"post_id"
],
"properties": {
"post_id": {
"type": "string",
"description": "Reddit post ID"
},
"subreddit": {
"type": "string",
"description": "Subreddit name for faster lookup"
},
"text_only": {
"type": "boolean",
"default": false,
"description": "If true, return only id and title per post to save tokens."
},
"comment_limit": {
"type": "number",
"default": 10,
"description": "Number of comments to return (default 10)"
}
}
}Parent server
Superpowers.social
https://github.com/pkobielak/social-superpowers-mcp
1/7 registries