Skip to main content
Glama
Asynchronous-0x4C

Reddit Research MCP

reddit_get_replies_to_me

Read-only

Find new replies to your own Reddit posts and comments by diffing threads, eliminating the need for inbox permissions. Read-only tool for personal content.

Instructions

Find new replies to the user's own posts and comments. Implemented by diffing the user's threads rather than reading the inbox, so this server never needs the privatemessages OAuth scope (which would also grant the ability to send DMs). Costs more requests; that is deliberate.

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
limitNo
sinceNo

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

A3.9/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining the diffing implementation, the deliberate avoidance of the privatemessages OAuth scope, the extra request cost, and the absolute read-only nature of the server with a specific list of impossible actions. This gives the agent strong behavioral context and matches the readOnlyHint annotation.

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 first sentence front-loads the core purpose, and the key behavioral notes are concise. The final paragraph about helpful participation and subreddit rules adds behavioral guidance but is somewhat tangential to tool invocation, keeping this from a perfect score.

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?

Annotations, output schema, and the detailed behavioral description cover much of the context. However, the lack of parameter semantics for 'since' is a real gap that affects correct invocation, and there is no explicit routing guidance among sibling tools.

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 either parameter. 'limit' and 'since' are somewhat self-explanatory names, but 'since' especially lacks any format, timezone, or semantic details, leaving the agent to guess what value it expects.

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 a specific verb and resource: 'Find new replies to the user's own posts and comments.' This uniquely distinguishes the tool from siblings like reddit_get_my_activity, reddit_get_thread, and reddit_search_posts by scoping it to replies on the user's own content.

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 intended use is implied clearly by the first sentence, but the description does not explicitly state when to prefer this tool over alternatives, nor does it mention exclusions. It explains implementation trade-offs but not usage selection criteria relative to sibling tools.

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