reddit_search_list
ActiveTool of Social Fetch
declared in 0.19.0
Search Reddit posts across Reddit by keyword.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"trim": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Whether to request a smaller response shape when available."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text for public Reddit posts."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor returned by a previous response."
},
"sortBy": {
"enum": [
"relevance",
"new",
"top"
],
"type": "string",
"description": "Optional sort order for search results."
},
"timeframe": {
"enum": [
"all",
"day",
"week",
"month",
"year"
],
"type": "string",
"description": "Optional time range filter for search results."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries