Skip to main content
Glama
Asynchronous-0x4C

Reddit Research MCP

reddit_search_posts

Read-only

Find recent posts in your designated subreddits to spot contribution opportunities, while separating competitor-only mentions into a listening list for understanding complaints.

Instructions

Search recent posts in the subreddits the user has designated as places to contribute. Denied and observe-only subreddits are never searched. Posts that match only a competitor's product name are returned separately under listening_only and must NOT be treated as places to participate - they are for understanding complaints, nothing else.

This server is read-only. It cannot post, comment, vote, edit, delete, follow, or message on Reddit, and no such code exists in it. The user performs every Reddit action manually.

Prioritize genuinely helpful participation over product promotion. Do not rank a thread highly merely because it can be used to promote a product. Respect subreddit rules and surface uncertainty when rules are ambiguous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNonew
limitNo
queriesNo
subredditsNo
time_windowNoday

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior4/5

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

Even though annotations already declare readOnlyHint=true, the description adds concrete behavioral detail: the server cannot post/comment/vote/etc., actions are manual, and competitor-only matches are returned separately. This is useful context beyond the structured annotations, with no contradiction.

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

Conciseness4/5

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

The description is more verbose than necessary but front-loads the core purpose and each paragraph adds a distinct type of guidance (scope, read-only behavior, participation norms). Some repetition of the annotation is present, but it is still reasonably tight.

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 five parameters and no schema parameter descriptions, the description covers scope and result-category behavior well but leaves input semantics and tool-selection guidance under-specified. The output schema presumably covers return shape, so that gap is not penalized here.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not explain sort, limit, queries, subreddits, or time_window parameter semantics. It only implies scope and result-category behavior, which is not enough to compensate for the total lack of parameter documentation.

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

Purpose4/5

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

The opening sentence names a specific action ('Search recent posts') on a specific resource ('subreddits the user has designated as places to contribute'), and the listening_only distinction adds scope. It does not, however, explicitly differentiate this tool from siblings like reddit_find_opportunities or reddit_daily_digest.

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 gives clear context about when results should be used (contribution subreddits, not listening_only) and mentions excluded subreddit types, but it never states when to prefer this tool over sibling tools or vice versa. Guidance is implied rather than explicit.

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

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/Asynchronous-0x4C/reddit-research-mcp'

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