Skip to main content
Glama
ismailsaoulaj

reddit-mcp-server

explore_reddit_discussions

Gauge public opinion and market acceptance by exploring Reddit discussions. Check upvote ratio to identify positive or controversial sentiment and review post age for relevance.

Instructions

STEP 2: SENTIMENT EXPLORATION. Use this to gauge public opinion and market acceptance. Always check upvote_ratio: >0.8 = Positive, ~0.5 = Controversial. Check age_in_days to ensure relevance. Use next_page_token to see more results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNorelevance
limitNo
keywordYes
subredditNo
page_tokenNo
time_filterNoyear

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesThe extracted posts.
statusNoStatus of the request (e.g., success, partial_timeout).success
messageNoSystem message or warning (especially if partial_timeout occurred).
data_sourceNoProvenance of the data: None = official Reddit API, 'arctic_shift' = community archive (metrics may lag live Reddit), 'saved_rss' = the user's private saved-items feed (scores/comment counts unavailable).
meta_contextYesTemporal and spatial context for the AI.
next_page_tokenNoPass this token to the tool again to fetch the next page.

Schema Changelog

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

  1. Changed6 schema fields changedv0.3.2
    • addedInput schema / properties / limit / maximum
      Added value: +100
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • addedOutput schema / properties / data / items / properties / age_in_days / anyOf
      Added value: +[
      +  {
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / properties / data / items / properties / age_in_days / description
      Previous value: -"Days since post was created. 0 means posted today."New value: +"Days since post was created. None means the timestamp is unknown."
    • removedOutput schema / properties / data / items / properties / age_in_days / type
      Removed value: -"integer"
    • addedOutput schema / properties / data_source
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Provenance of the data: None = official Reddit API, 'arctic_shift' = community archive (metrics may lag live Reddit), 'saved_rss' = the user's private saved-items feed (scores/comment counts unavailable)."
      +}
  2. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior, and it does so meaningfully: it reveals output fields (upvote_ratio, age_in_days, next_page_token), explains how to interpret them, and signals pagination. It could add limitations (e.g., rate limits, scope of data), but it gives a solid behavioral picture for a read-only exploration 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?

The description is three short, front-loaded sentences with no filler. Each sentence earns its place: purpose, output interpretation, and pagination. The use of `code` formatting for field names is clean and scannable.

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 6 parameters, no annotations, and 0% schema coverage, the description is incomplete: it omits input parameter semantics and tool-selection context. It does cover purpose, key output interpretation, and pagination, and an output schema likely exists, which reduces the need to document return values. Overall, adequate but with clear gaps.

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%, so the description must compensate, but it only references next_page_token and output fields, not the actual input parameters. It does not explain keyword, sort, limit, subreddit, page_token, or time_filter. The agent is left to infer meaning from enum names and defaults, which is a significant gap.

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 description clearly identifies the tool's purpose: 'gauge public opinion and market acceptance' via Reddit discussions. It adds a step context ('STEP 2: SENTIMENT EXPLORATION') and specific behavioral cues (upvote_ratio, age_in_days), making the resource and intent clear. It does not explicitly differentiate from sibling tools like extract_public_opinion, so it falls short of a 5.

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 provides a clear use case: 'Use this to gauge public opinion and market acceptance,' and frames it as step 2 in a workflow. It offers practical guidance on interpreting results (upvote_ratio thresholds, age_in_days) and pagination. However, it gives no exclusions or alternatives despite likely overlap with sibling tools, so it lacks full when-not-to-use guidance.

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

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