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