Skip to main content
Glama
krishna-astrasols

Reddit MCP Server

browse_subreddit

Read-only

Browse posts from a subreddit or your home feed by hot, new, top, rising, or controversial order, with pagination and optional time filter.

Instructions

Browse a subreddit — or the authenticated home feed when no subreddit is given — by sort order: hot, new, top, rising, or controversial. Read-only; works anonymously. time_filter applies only to the top and controversial sorts. Returns a page of posts (title, author, score, upvote ratio, comments, link) plus an after cursor. Use get_top_posts as a shortcut for the top sort, or search_reddit to find posts by keyword rather than by feed order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoFeed ordering: 'hot' (default), 'new', 'rising', 'top', or 'controversial'. 'top'/'controversial' honor `time_filter`.hot
afterNoForward pagination cursor: the `after` value from a previous call. Omit for the first page.
limitNoHow many posts to return, 1–100 (default 10).
subredditNoSubreddit to browse, without the r/ prefix (e.g. 'news'). Omit to use the authenticated home feed (requires credentials).
time_filterNoTime window; only applies to sort='top' or 'controversial'. Ignored otherwise. Default 'week'.week
Behavior4/5

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

Adds value beyond readOnlyHint=true annotation by clarifying it 'works anonymously', explaining time_filter only applies to top/controversial, describing return shape, and noting the after cursor. Strong context beyond annotations.

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?

Three sentences, information-dense, purpose front-loaded, every clause earns its place. Covers tool purpose, behavioral notes, return shape, and alternatives without redundancy.

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

Completeness5/5

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

Given 5 optional params (0 required), full schema descriptions, and rich annotations, the description covers all essential context: default behavior, pagination, auth model, and edge cases. Nothing material is missing.

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

Parameters4/5

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

Schema coverage is 100% with good per-param descriptions, earning a baseline 3. Description adds cross-parameter semantics (omit subreddit → home feed, time_filter interaction with sort) and describes pagination behavior not in schema.

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?

Uses a specific verb (browse) plus resource (subreddit or home feed) with concrete sort orders. Explicitly differentiates from siblings by naming get_top_posts and search_reddit as alternatives with different purposes.

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

Usage Guidelines5/5

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

States when to use this tool ('by sort order', 'by feed order') and explicitly directs to get_top_posts as a shortcut and search_reddit for keyword-based lookup. Clear when/alternatives guidance.

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

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