You're viewing a demo portfolio

Join the waitlist
PRSM

reddit_subreddit_search_list

Active

Tool of Social Fetch

declared in 0.19.0

Search posts within one subreddit (not site-wide — use reddit.search.list for that). Accepts a case-sensitive subreddit name (r/ prefix and subreddit URLs accepted) and query.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "subreddit"
  ],
  "properties": {
    "sort": {
      "enum": [
        "relevance",
        "hot",
        "top",
        "new",
        "comments"
      ],
      "type": "string",
      "description": "Optional sort order for search results. Defaults to relevance when omitted."
    },
    "query": {
      "type": "string",
      "maxLength": 512,
      "minLength": 1,
      "description": "Search text to match against public subreddit posts."
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "description": "Opaque pagination cursor returned by a previous response."
    },
    "subreddit": {
      "type": "string",
      "maxLength": 256,
      "minLength": 1,
      "description": "Subreddit name, optional `r/` prefix, or Reddit subreddit URL. Must match Reddit's exact casing. Searches posts within this subreddit."
    },
    "timeframe": {
      "enum": [
        "all",
        "year",
        "month",
        "week",
        "day",
        "hour"
      ],
      "type": "string",
      "description": "Optional time range filter for search results. Defaults to all when omitted."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →