Skip to main content
Glama
karanb192

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

TableJSON 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"
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses the tool's behavior (fetching posts, sorting options, return content) but doesn't mention important behavioral traits like rate limits, authentication requirements, pagination behavior, error conditions, or whether this is a read-only operation. The description is adequate but lacks depth for a tool with 6 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences that efficiently convey the core functionality and return value. Every word earns its place with zero waste - first sentence covers action, resource, and key parameter (sort), second sentence describes return content. Well front-loaded with essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, no annotations, and no output schema, the description is minimally adequate. It covers the basic purpose and return format but lacks important context about behavioral constraints, error handling, and detailed usage scenarios. The 100% schema coverage helps, but the description itself doesn't provide complete guidance for optimal tool invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 6 parameters thoroughly. The description adds minimal value beyond what's in the schema - it mentions sorting choices and return content, but doesn't provide additional semantic context about parameter interactions or usage patterns. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('fetch posts'), resource ('from a subreddit'), and scope ('sorted by your choice'). It distinguishes from siblings by focusing on bulk post retrieval rather than individual post details (get_post_details), search (search_reddit), user analysis (user_analysis), or explanations (reddit_explain).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving sorted post lists from subreddits, but doesn't explicitly state when to use this versus alternatives like search_reddit for keyword-based queries or get_post_details for individual posts. It provides context about sorting options but lacks explicit guidance on tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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-mcp-buddy'

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