Skip to main content
Glama
Asynchronous-0x4C

Reddit Research MCP

reddit_daily_digest

Read-only

Creates a daily work queue: new replies, ranked contribution spots, talking points, rule caveats, and reminders. Returns URLs to open manually, keeping Reddit activity read-only.

Instructions

The main tool. Produces one day's work queue: new replies to the user, ranked places to contribute, what the user can speak to in each, what needs real-device verification, rule caveats, and reminders. Runs retention cleanup of stored Reddit content as a side effect. Returns URLs for the user to open - it never returns a ready-to-post comment body, and never posts anything.

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
daysNo
max_repliesNo
max_opportunitiesNo

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.7/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint/openWorldHint/destructiveHint annotations. It discloses the retention cleanup side effect, states that no Reddit write code exists, clarifies that the server is read-only, and notes that it returns only URLs to open, never a ready-to-post body. This is rich, non-redundant behavioral context.

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 core purpose and constraints are front-loaded, and the read-only and policy guidance are relevant for agent behavior. Some redundancy exists ('no such code exists', 'never posts anything') and 'The main tool' is filler, but the description is still efficiently organized and not bloated.

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?

The description covers return shape, side effects, and constraints, and the tool has an output schema plus optional parameters with defaults. The main gaps are the complete lack of parameter semantics and no routing guidance relative to sibling tools. This is a meaningful hole for a main entry-point tool, but not fatal because it can be invoked with defaults safely.

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

Parameters1/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 mention days, max_replies, or max_opportunities at all. The phrase 'one day's work queue' may even obscure the configurable days parameter. Since the schema provides no parameter documentation and the description does not compensate, an agent has no guidance on how these parameters affect the output.

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 that the tool produces a daily work queue and enumerates its contents: new replies, ranked contribution places, what the user can say, verification needs, rule caveats, and reminders. It explicitly says it never returns a ready-to-post comment body and never posts anything, which distinguishes it from posting or content-generation tools.

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?

It implies this is the main daily entry point ('The main tool', 'Produces one day's work queue'), and it sets expectations that the user performs Reddit actions manually. However, it does not explicitly say when to prefer this over siblings like reddit_get_replies_to_me or reddit_find_opportunities, nor does it state when not to use it.

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