Reddit MCP

MIT License
6
  • Apple

get_subreddit

Retrieve detailed information about a specific subreddit by providing its name, enabling access to Reddit content for analysis or interaction.

Instructions

Retrieve a subreddit by name. Args: subreddit_name: Name of the subreddit to retrieve Returns: Detailed information about the subreddit

Input Schema

NameRequiredDescriptionDefault
subreddit_nameYes

Input Schema (JSON Schema)

{ "properties": { "subreddit_name": { "title": "Subreddit Name", "type": "string" } }, "required": [ "subreddit_name" ], "title": "get_subredditArguments", "type": "object" }

You must be authenticated.

Other Tools from Reddit MCP

Related Tools

ID: braoypt6vc