Skip to main content
Glama

Reddit Buddy MCP

by karanb192

browse_subreddit

Fetch and sort Reddit posts from any subreddit by popularity, recency, or trending status, with content, scores, and metadata included.

Instructions

Fetch posts from a subreddit sorted by your choice (hot/new/top/rising). Returns post list with content, scores, and metadata.

Input Schema

NameRequiredDescriptionDefault
include_nsfwNoInclude adult content posts (default: false)
include_subreddit_infoNoInclude subreddit metadata like subscriber count and description (default: false)
limitNoNumber of posts to return (1-100, default: 25)
sortNoHow to sort posts: "hot" (trending), "new" (recent), "top" (highest score), "rising" (gaining traction). Default: hot
subredditYesSubreddit name without r/ prefix. Use specific subreddit (e.g., "technology"), "all" for Reddit-wide posts, or "popular" for trending across default subreddits
timeNoTime range for "top" sort only: "hour", "day", "week", "month", "year", "all"

Input Schema (JSON Schema)

{ "properties": { "include_nsfw": { "description": "Include adult content posts (default: false)", "type": "boolean" }, "include_subreddit_info": { "description": "Include subreddit metadata like subscriber count and description (default: false)", "type": "boolean" }, "limit": { "description": "Number of posts to return (1-100, default: 25)", "type": "number" }, "sort": { "description": "How to sort posts: \"hot\" (trending), \"new\" (recent), \"top\" (highest score), \"rising\" (gaining traction). Default: hot", "enum": [ "hot", "new", "top", "rising", "controversial" ], "type": "string" }, "subreddit": { "description": "Subreddit name without r/ prefix. Use specific subreddit (e.g., \"technology\"), \"all\" for Reddit-wide posts, or \"popular\" for trending across default subreddits", "type": "string" }, "time": { "description": "Time range for \"top\" sort only: \"hour\", \"day\", \"week\", \"month\", \"year\", \"all\"", "enum": [ "hour", "day", "week", "month", "year", "all" ], "type": "string" } }, "required": [ "subreddit" ], "type": "object" }

Other Tools from Reddit Buddy MCP

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/karanb192/reddit-buddy-mcp'

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