reddit-get-posts
ActiveTool of Superpowers.social
declared in 0.0.1
Get posts from a subreddit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"subreddit"
],
"properties": {
"sort": {
"type": "string",
"default": "hot",
"description": "Sort: hot, new, top, rising"
},
"count": {
"type": "number",
"default": 10,
"description": "Number of results to return (default 10)"
},
"subreddit": {
"type": "string",
"description": "Subreddit name without r/ prefix"
},
"text_only": {
"type": "boolean",
"default": false,
"description": "If true, return only id and title per post to save tokens."
},
"time_filter": {
"type": "string",
"default": "week",
"description": "Time filter for top sort: hour, day, week, month, year, all"
}
}
}Parent server
Superpowers.social
https://github.com/pkobielak/social-superpowers-mcp
1/7 registries