You're viewing a demo portfolio

Join the waitlist
PRSM

reddit_subreddit_posts_list

Active

Tool of Social Fetch

declared in 0.19.0

List posts from a specific subreddit. Accepts a case-sensitive subreddit name (r/ prefix and subreddit URLs accepted).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "subreddit"
  ],
  "properties": {
    "sort": {
      "enum": [
        "best",
        "hot",
        "new",
        "top",
        "rising"
      ],
      "type": "string",
      "description": "Optional sort order for the returned posts."
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "description": "Opaque pagination cursor from a previous response (`data.page.nextCursor`)."
    },
    "subreddit": {
      "type": "string",
      "maxLength": 256,
      "minLength": 1,
      "description": "Subreddit name, optional `r/` prefix, or Reddit subreddit URL. Must match Reddit's exact casing. Lists posts for this subreddit."
    },
    "timeframe": {
      "enum": [
        "all",
        "day",
        "week",
        "month",
        "year"
      ],
      "type": "string",
      "description": "Optional timeframe used with time-based sort orders."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

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

1/7 registries
View full server →