Skip to main content
Glama

Reddit MCP Server

get_subreddit_info

Retrieve detailed insights about any subreddit, including description, subscriber count, and other relevant data, to analyze or explore community dynamics effectively.

Instructions

Get information about a subreddit.

Args: subreddit_name (str): Name of the subreddit Returns: Dict: Subreddit information including description, subscribers, etc.

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" }

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