You're viewing a demo portfolio

Join the waitlist
PRSM

reddit_search_list

Active

Tool 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."
    }
  }
}

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 →
reddit_search_list — Social Fetch — PRSM MCP