get_subreddit_info
Retrieve a subreddit's profile details including subscriber counts, creation date, community analysis, and posting tips. Get metadata about a community without browsing its posts.
Instructions
Get a subreddit's profile: title, description, subscriber and active-user counts, creation date, flags, wiki/link URLs, plus a community analysis and posting tips. Read-only; works anonymously. Returns metadata about the community itself — use browse_subreddit / get_top_posts for its posts, or get_subreddit_rules for its posting rules. Do NOT use this to find subreddits by topic — use search_reddit with type='sr'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subreddit_name | Yes | The subreddit name, without the r/ prefix (e.g. 'askscience'). |