Skip to main content
Glama
__init__.py570 B
"""MCP tool implementations for Reddit data access.""" from src.tools.get_subreddit_posts import ( GetSubredditPostsInput, get_subreddit_posts, ) from src.tools.get_trending_topics import ( GetTrendingTopicsInput, get_trending_topics, ) from src.tools.search_reddit import SearchRedditInput, search_reddit __all__ = [ # Search tool "search_reddit", "SearchRedditInput", # Subreddit posts tool "get_subreddit_posts", "GetSubredditPostsInput", # Trending topics tool "get_trending_topics", "GetTrendingTopicsInput", ]

Latest Blog Posts

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/padak/apify-actor-reddit-mcp'

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