You're viewing a demo portfolio

Join the waitlist
PRSM

reddit_subreddit_search

Active

Tool of io.github.CDCStream/captapi

declared in 0.1.0

Search posts within a specific subreddit, with cursor pagination (nextCursor + hasMore). Costs ~10 credits; cached results are free, failures are never charged.

Parameters schema

{
  "type": "object",
  "required": [
    "url",
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query or keywords (min 2 chars)."
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Subreddit URL, r/name, or bare name, e.g. r/technology. The URL platform must match this tool's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble."
    },
    "cache": {
      "type": "boolean",
      "description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "description": "Max items to return. Default 25, max 200. Billed per result."
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor. Leave empty for the first page; then pass the nextCursor value returned in the previous response."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.CDCStream/captapi

https://github.com/CDCStream/captapi

1/7 registries
View full server →
reddit_subreddit_search — io.github.CDCStream/captapi — PRSM MCP