Reddit

REDDIT_RETRIEVE_REDDIT_POST

Retrieves the current hot posts from a specified, publicly accessible subreddit.

Remote reddit

Other tools also called REDDIT_RETRIEVE_REDDIT_POST? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "size": {
      "type": "integer",
      "title": "Size",
      "default": 5,
      "examples": [
        "5",
        "10",
        "0",
        "25"
      ],
      "nullable": true,
      "description": "The maximum number of posts to return. Default is 5. Set to 0 to retrieve all available posts (or the maximum allowed by the Reddit API for a single request, typically up to 100 for this type of listing)."
    },
    "subreddit": {
      "type": "string",
      "title": "Subreddit",
      "examples": [
        "technology",
        "python",
        "news"
      ],
      "description": "The name of the subreddit from which to retrieve posts (e.g., 'popular', 'pics'). Do not include 'r/'."
    }
  }
}
          

Provider

Reddit →