reddit__search_reddit
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Reddit] Search Reddit posts. Returns titles, scores, comments, and content. Args: query: Search query (e.g. 'best programming language') subreddit: Specific subreddit (optional, e.g. 'programming') max_results: Max posts (default 20)
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
},
"subreddit": {
"type": "string",
"default": ""
},
"max_results": {
"type": "integer",
"default": 20
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries