MCP Server Reddit

get_subreddit_rising_posts

Retrieve rising posts from a specific subreddit to identify trending content early. Specify the subreddit name and limit results to analyze emerging discussions effectively.

Instructions

Get rising posts from a specific subreddit

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of posts to return (default: 10)
subreddit_nameYesName of the subreddit (e.g. 'Python', 'news')

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of posts to return (default: 10)", "maximum": 100, "minimum": 1, "type": "integer" }, "subreddit_name": { "description": "Name of the subreddit (e.g. 'Python', 'news')", "type": "string" } }, "required": [ "subreddit_name" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Reddit

Related Tools

ID: 4032xr14pu