Skip to main content
Glama

Reddit MCP Server

discover_reddit_resources

Identify relevant Reddit communities and available operations for a specific topic. Use this tool to explore subreddits and determine the workflow to proceed with comprehensive Reddit research effectively.

Instructions

LAYER 1: Discover available Reddit resources and operations.

ALWAYS USE THIS FIRST to understand what's available before proceeding.

Args: topic: Optional topic to find relevant communities for include_communities: Whether to search for relevant subreddits discovery_depth: Discovery thoroughness - "quick": Single search (faster, 3-5 subreddits) - "comprehensive": Multiple searches (8-15 subreddits for broader perspective)

Returns: Available operations, relevant communities, and recommended workflow

Input Schema

NameRequiredDescriptionDefault
discovery_depthNocomprehensive
include_communitiesNo
topicNo

Input Schema (JSON Schema)

{ "properties": { "discovery_depth": { "default": "comprehensive", "title": "Discovery Depth", "type": "string" }, "include_communities": { "default": true, "title": "Include Communities", "type": "boolean" }, "topic": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Topic" } }, "type": "object" }
Install Server

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/king-of-the-grackles/reddit-mcp-poc'

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