Skip to main content
Glama
goonhammer69

reddit-monitor-mcp

by goonhammer69

get_trending_flairs

Read-only

Identify trending flairs in a subreddit by ranking categories by median score of top posts over a chosen time period.

Instructions

Which flairs/categories are getting traction in a subreddit, ranked by median score across this period's top posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
subredditYes
time_filterNoweek

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, so the read-only nature is already known. The description adds meaningful behavioral context beyond that: it ranks by median score and bases the output on 'this period's top posts,' which helps set expectations about how the result is computed.

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 a single, efficient sentence that front-loads the core question and immediately states the ranking logic. There is no unnecessary filler or repetition of schema details.

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 tool is relatively simple and has an output schema, so return-value details are unnecessary. However, with 0% parameter schema coverage and unexplained optional parameters, the description does not fully prepare an agent to understand how account and time_filter affect the request. It is adequate for a basic call using only the required subreddit parameter, but incomplete for full usage.

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 needs to compensate but does not. It alludes to a time period with 'this period,' loosely mapping to time_filter, but it does not explain the account parameter or how time_filter values affect results. The schema's enum/default provides some grounding, but the semantics remain incomplete.

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: surfacing flairs/categories gaining traction in a subreddit, ranked by median score. It is specific about the resource and the ranking metric, though it does not explicitly differentiate itself from siblings like get_subreddit_feed or search_subreddit.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives. The description implies the use case but lacks explicit context, exclusions, or comparative direction, leaving the agent to infer when this is the right choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/goonhammer69/reddit-monitor-mcp'

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