Reddit

REDDIT_GET_USER_FLAIR

Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.

Remote reddit

Other tools also called REDDIT_GET_USER_FLAIR? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "subreddit": {
      "type": "string",
      "title": "Subreddit",
      "examples": [
        "learnpython",
        "datascience",
        "announcements"
      ],
      "description": "Name of the subreddit (e.g., 'pics', 'gaming') for which to retrieve available link flairs."
    }
  }
}
          

Provider

Reddit →