reddit-get-user-posts
ActiveTool of Superpowers.social
declared in 0.0.1
Get posts submitted by a specific Reddit user.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"username"
],
"properties": {
"sort": {
"type": "string",
"default": "new",
"description": "Sort: hot, new, top, controversial"
},
"count": {
"type": "number",
"default": 10,
"description": "Number of results to return (default 10)"
},
"username": {
"type": "string",
"description": "Reddit username without u/ 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": "all",
"description": "Time filter: hour, day, week, month, year, all"
}
}
}Parent server
Superpowers.social
https://github.com/pkobielak/social-superpowers-mcp
1/7 registries