Skip to main content
Glama
jhartum

reddit-research-mcp

by jhartum

Reddit Search

reddit_search

Find relevant Reddit posts by specifying a query, optional subreddits, sort order, time range, and result limit. Returns a compact list without comment threads.

Instructions

Search Reddit posts and return a compact list without fetching comment threads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort: relevance, hot, top, new, comments. Default relevance.
timeNoTime range. Default year.
limitNoMaximum posts. Default 8, max 25.
queryYesSearch query.
subredditsNoOptional comma-separated subreddit names, for example: LocalLLaMA, LocalLLM, ClaudeCode. Do not pass a JSON list.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the compact, no-comment behavior but omits auth needs, rate limits, or error handling. Acceptable for a simple search tool but not thorough.

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?

Single sentence front-loads the tool's purpose and key differentiator. No fluff, every word is necessary and informative.

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?

No output schema or annotations exist. Description covers purpose and differentiator but lacks details on return format, error scenarios, or usage limits. Adequate for a search tool but could be more complete.

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 description adds minimal value beyond what the schema already provides. Parameters are well-documented in the schema, meeting the baseline.

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?

Description clearly states 'Search Reddit posts' (specific verb and resource) and distinguishes from siblings by noting it returns a compact list without fetching comment threads, which differentiates it from tools like reddit_thread.

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?

Description implies usage when needing a compact list without comments but does not explicitly state when to use or not use, nor name alternative tools. Sibling tools exist but are not referenced.

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/jhartum/reddit-research-mcp'

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