Skip to main content
Glama
ninjackster

reddit-rss-mcp

by ninjackster

search_reddit

Search Reddit posts using RSS feeds without an API key. Optionally restrict results to a specific subreddit and get post details including title, author, link, and excerpt.

Instructions

Search Reddit posts via RSS (no API key). Optionally restrict to one subreddit. Returns title, author, link, subreddit, date, and a text excerpt. ~25 results max. No comment trees or scores (RSS limitation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
subredditNoOptional: restrict search to this subreddit (without r/)
sortNorelevance
timeNoTime window (for top/relevance)
limitNoMax results (1-25, default 25)
Behavior4/5

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

With no annotations, the description fully carries behavioral transparency: it discloses RSS usage, no API key needed, return fields, max 25 results, and missing features (comment trees, scores). No mention of rate limits or auth, but adequate for a public RSS feed tool.

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, front-loaded with the core action, each sentence adds distinct information. No redundancy or filler.

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

Completeness4/5

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

Given no output schema, the description explicitly lists return fields and notes the max results and RSS limitations. It misses error handling or pagination details, but is reasonably complete for a simple search tool.

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 descriptions cover 4 of 5 parameters (80%). The description adds context for subreddit and limit (max 25), but does not elaborate on query, sort, or time beyond what the schema provides. Adequate but minimal added value.

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 tool searches Reddit posts via RSS, specifies what it returns (title, author, link, etc.), and implicitly distinguishes from siblings by noting RSS limitations and no comment trees/scores.

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 mentions optional subreddit restriction and RSS limitations, but does not explicitly compare with 'browse_subreddit' or 'get_post_comments' or provide when-not-to-use 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/ninjackster/reddit-rss-mcp'

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