MCP Server Reddit

get_subreddit_info

Get information about a subreddit

Input Schema

NameRequiredDescriptionDefault
subreddit_nameYesName of the subreddit (e.g. 'Python', 'news')

Input Schema (JSON Schema)

{ "properties": { "subreddit_name": { "description": "Name of the subreddit (e.g. 'Python', 'news')", "type": "string" } }, "required": [ "subreddit_name" ], "type": "object" }