Skip to main content
Glama

Reddit MCP Server

get_trending_subreddits

Retrieve trending subreddits from Reddit with basic info. Specify a limit (1-50) to control the number of results returned, enabling easy tracking of popular communities.

Instructions

Get currently trending subreddits.

Args: limit: Maximum number of trending subreddits to return (1-50) Returns: Dictionary containing list of trending subreddits with their basic info Raises: ValueError: If limit is invalid RuntimeError: For errors during the operation

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" } }, "title": "get_trending_subredditsArguments", "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