reddit_subreddit_about
Fetch a subreddit's title, description, subscriber count, active users, type, and NSFW status to vet communities before searching or listing their posts.
Instructions
Fetch a subreddit's public metadata by name (Reddit's /r//about data). Returns the subreddit's title, public description, subscriber count, active-user count, creation timestamp, type, and NSFW flag. Use it to size or vet a community before listing or searching its posts. Example: name='python'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subreddit name WITHOUT the r/ prefix (e.g. 'python'). Required (path parameter). |