Skip to main content
Glama

Reddit MCP Server

get_subreddit_info

Retrieve detailed information about a specific subreddit, including its metadata and statistics, by providing the subreddit name. Useful for analyzing Reddit communities and their content.

Instructions

Get information about a subreddit.

Args: subreddit_name: Name of the subreddit (with or without 'r/' prefix) Returns: Dictionary containing subreddit information Raises: ValueError: If subreddit_name is invalid or subreddit not found RuntimeError: For other errors during the operation

Input Schema

NameRequiredDescriptionDefault
subreddit_nameYes

Input Schema (JSON Schema)

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

Other Tools from Reddit MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arindam200/reddit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server