Skip to main content
Glama
Asynchronous-0x4C

Reddit Research MCP

policy_status

Read-only

Check current Reddit guardrails including promotion mode, denied subreddits, roles, scoring weights, and scheduled mode changes to confirm what actions are allowed.

Instructions

The guardrails currently in force: promotion mode, denied subreddits, per-subreddit roles, scoring weights, and whether a scheduled mode change is due. Mode never changes on its own - only the user editing config.yaml changes it. Read this when you are unsure whether something is allowed.

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

No arguments

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

A5/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that the server is read-only by design, that no posting/commenting/voting code exists, that mode only changes via user editing config.yaml, and that a scheduled mode change may be pending. These are concrete behavioral constraints that materially affect how an agent should reason about policy results.

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?

The description is front-loaded with the core content and usage indication, followed by the read-only constraint and policy guidance. Every sentence adds useful context; none is filler or redundant with the annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read-only policy tool with an output schema, the description is fully sufficient. It tells the agent what the tool reports, when to consult it, and the behavioral/ethical guardrails applicable to using the policy information. Nothing needed for correct invocation or interpretation is missing.

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

Parameters5/5

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

This tool takes zero parameters, so the schema carries no burden. The description compensates by explaining what the status output covers and how to interpret the policy snapshot, adding meaning beyond the empty input schema.

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?

States a specific verb-resource pairing and enumerates exactly what the tool reports: promotion mode, denied subreddits, per-subreddit roles, scoring weights, and scheduled mode changes. It also gives an explicit use case, reading this when unsure whether something is allowed, which clearly differentiates it from the Reddit action and product profile siblings.

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

Usage Guidelines5/5

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

Explicitly tells the agent when to invoke this tool: 'Read this when you are unsure whether something is allowed.' It also clarifies that this server cannot perform Reddit actions, so an agent should not expect to take action through this or related tools. This contrasts cleanly with sibling tools that do Reddit operations.

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