Skip to main content
Glama
ismailsaoulaj

reddit-mcp-server

analyze_niche_trends

Discover niche pain points and opportunities by analyzing trending Reddit posts. Use rising or hot content to spot problems users face now.

Instructions

Use this tool when asked to suggest ideas, find pain points, or discover opportunities in a specific niche (e.g., 'SaaS', 'Entrepreneur'). By looking at 'rising' or 'hot' posts, you can identify what problems users are actively struggling with RIGHT NOW. Always compare the post's created_at with the current_server_date provided in meta_context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
page_tokenNo
trend_typeNorising
subreddit_nameYes

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

A4.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral transparency. It mentions that it looks at 'rising' or 'hot' posts, but it does not disclose that the tool likely makes a network request (potential latency, API limits), or that results are dynamic based on current Reddit data. It doesn't explain that it may return posts outside the niche if not filtered properly. The description adds some behavioral context (using 'Rising' to find current struggles) but falls short of fully disclosing expected behavior.

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 concise, with three sentences that are directly relevant. It front-loads the primary use case, then adds a practical tip for the agent. No redundant information or filler; every sentence earns its place.

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

Completeness4/5

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

Given the tool's complexity (4 parameters, including a pagination token and trend type) and the absence of annotations, the description covers the essential semantics and usage guidance. However, it does not mention the output schema, which could be beneficial for agent understanding, but since an output schema exists, the description doesn't need to explain return values. The lack of detail on `limit` and `page_token` is a minor gap, but overall the description is sufficient for the agent to select and invoke the tool correctly.

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

Parameters4/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 for parameter meaning. It explicitly references `created_at` and `current_server_date`, and by mentioning 'rising' or 'hot' it indirectly explains `trend_type` as a way to filter posts. It also implies the use of `subreddit_name` to define the niche. While it doesn't detail `limit` or `page_token`, the description provides enough context for the key parameters, earning a 4.

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 the tool's purpose: to analyze niche trends for suggesting ideas and finding pain points based on rising/hot posts. It explicitly names the resource (specific niche) and the action (analyze trends), and it distinguishes itself by focusing on identifying immediate user problems, unlike sibling tools which focus on knowledge search, general discussions, opinion extraction, or saved posts.

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?

The description explicitly states when to use the tool ('when asked to suggest ideas, find pain points, or discover opportunities in a specific niche') and implies when not to (e.g., for general discussions or knowledge searches). It also provides a key usage guideline: compare post dates with the current server date to ensure trends are recent, which is critical for the tool's intent.

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