Skip to main content
Glama
mgcrea

mcp-reddit

by mgcrea

reddit_search

Read-only

Find Reddit discussions by keyword, optionally scoped to a subreddit, using operators and relevance sorting to surface canonical threads.

Instructions

Search Reddit. Scoped to one subreddit when subreddit is given, site-wide otherwise. Reddit's index is weaker than a web search engine's: prefer a few distinctive words over a natural-language question, and note that sort=relevance over time=all is usually better than new for finding the canonical thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoResult ordering. `comments` sorts by comment count.relevance
timeNoTime window, used only by the `top` and `controversial` sorts. Ignored otherwise.day
afterNoPagination cursor: pass the `after` value from the previous response to get the next page. Reddit paginates by fullname, not by offset, so there is no page number.
limitNoHow many items to return (1-100). Defaults to 25; Reddit's hard cap is 100.
queryYesSearch terms. Supports Reddit operators like `author:spez` and `flair:"help"`.
subredditNoSubreddit name without the `r/` prefix, e.g. "rust".
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, so the description doesn't need to cover safety. It adds useful behavioral context beyond the annotation by explaining that Reddit's search index is weaker than web search engines and that relevance/time=all typically outperforms `new` for canonical threads. It doesn't discuss return format, but that's a minor gap for a read-only search 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?

Three concise sentences with no filler: the action and scope are first, followed by two high-value search-strategy tips. Every sentence earns its place.

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?

For a read-only search tool with six well-documented params, the description covers the essential decisions: scope, query style, and sort/time strategy. There is no output schema, so return-format details are not explicit, but the sibling tools and the parameter descriptions provide enough surrounding context for correct invocation.

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%, so the baseline is 3. The description adds value beyond the schema by advising query formulation ('a few distinctive words over a natural-language question') and by clarifying the interaction of `sort` and `time` for the canonical-thread use case. This goes beyond the raw parameter definitions.

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 opens with the specific action and resource, 'Search Reddit,' and immediately clarifies the scope behavior: subreddit-specific when `subreddit` is provided, site-wide otherwise. This also distinguishes it from sibling listing/getting tools, which are about browsing or retrieving posts rather than searching.

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

Usage Guidelines4/5

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

The description gives clear invocation guidance: provide `subreddit` for scoped search and use distinctive keywords rather than natural-language queries. It also advises on `sort` and `time` settings for finding the canonical thread, but it does not explicitly name alternative sibling tools or state when not to use this tool.

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

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

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