MCP Server Reddit

by Hawstein
MIT License
30
  • Apple
  • Linux

get_subreddit_hot_posts

Retrieve trending posts from a specific subreddit by specifying the subreddit name and desired post count, using a Reddit API-enabled server for streamlined access.

Instructions

Get hot 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

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/Hawstein/mcp-server-reddit'

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