mcp-reddit

fetch_reddit_hot_threads

Retrieve trending posts from a specified subreddit, including titles and details. Enter the subreddit name and optional post limit to fetch up-to-date hot threads for quick insights.

Instructions

Fetch hot threads from a subreddit

Args: subreddit: Name of the subreddit limit: Number of posts to fetch (default: 10)

Returns: Human readable string containing list of post information

Input Schema

NameRequiredDescriptionDefault
limitNo
subredditYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "subreddit": { "title": "Subreddit", "type": "string" } }, "required": [ "subreddit" ], "title": "fetch_reddit_hot_threadsArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-reddit

Related Tools

ID: 3cg9gdyors