reddit_get_subreddit
Fetch one subreddit's profile: title, description, subscriber and active-user counts, age, NSFW flag, and topics. subreddit_name is the name without the r/ prefix, e.g. 'selfhosted'; a full reddit.com URL also works. Set include_settings to also get the community rules and moderator list for +2 credits (useful before posting or judging moderation culture). Costs 4 credits base. Subscriber counts here are the standard sizing signal for market research. This tool does not return posts: read the feed with reddit_get_subreddit_posts, and discover subreddits you don't know by name with reddit_search type=subreddits.
Remote veezeehq/veezee
Remote (network-hosted)
Other tools also called reddit_get_subreddit?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"freshness": {
"type": "string"
},
"max_credits": {
"type": "number"
},
"subreddit_name": {
"type": "string",
"description": "Subreddit name without the r/ prefix, e.g. 'selfhosted'. Full URLs are accepted and cleaned."
},
"include_settings": {
"type": "boolean"
}
}
}