Skip to main content
Glama

reddit

Subreddit Comments

get_subreddit_comments

Subreddit Comments Group: Subreddit. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
depthNo
limitNo
themeNo
articleNo
commentNo
contextNo
showmoreNo
threadedNo
truncateNo
showeditsNo
showmediaNo
showtitleNo
sr_detailNo
subredditNo

Schema Changelog

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

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure — and it discloses nothing. The only non-schema content is a billing note ('Billing per call: 1 Credits'), which explains no behavior. There is no indication of what the tool returns, how parameters affect output, or whether it retrieves comments for a subreddit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short, but every word spent is non-functional: 'Subreddit Comments Group: Subreddit' is a label, and 'Billing per call: 1 Credits' is billing metadata. Under-specification is not conciseness — a term for the purpose and usage would earn its place. The structure is effectively empty despite being well-formatted as a single sentence.

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

Completeness1/5

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

This is a high-complexity tool with 15 parameters, no output schema, no annotations, and no description of return values or parameter effects — yet the description is a one-line label. The agent receives no adequate understanding of input construction or outcome. This provides complete descriptions, unlike the highly deficient one at hand.

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% across 15 string parameters, and the description adds no meaning to any of them. Even the central `subreddit` parameter is only hinted at via its schema example 'politics'; the description does not mention it. With the high parameter count, the description heavily needed to compensate, and overwhelmingly failed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description merely restates the title as 'Subreddit Comments Group' and adds billing metadata; it contains no verb or functional statement about what the tool does. It also fails to distinguish `get_subreddit_comments` from the sibling `get_comments`, which plausibly overlaps in scope. This is essentially a tautology rather than a purpose definition.

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 given about when to use this tool versus its 27 siblings, including closely named alternatives like `get_comments`, `get_subreddit_posts`, or `get_subreddit_about`. The description provides no context, no exclusions, and no conditions. An agent gets no basis for selecting this tool over `get_comments`.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

D1.9/5.0
Disambiguation5/5

Each tool targets a distinct resource and action combination (e.g., get_hot vs get_subreddit_hot vs get_user_posts). The scope is clearly delineated by prefixes like 'get_subreddit' and 'get_user', making it easy for an agent to pick the right tool.

Naming Consistency5/5

All tools follow the consistent 'get_<resource>_<modifier>' pattern using snake_case. Even get_by_id fits the general get_ prefix style. The naming is uniform and predictable across 31 tools.

Tool Count2/5

With 31 tools, the count exceeds the 25+ threshold considered too many. While Reddit has many read endpoints, this server covers only GET operations and still feels bloated, especially with multiple near-duplicate sort variants. It could be consolidated.

Completeness2/5

The tool surface is entirely read-only (only get_* operations). For a Reddit integration, obvious write operations like posting, commenting, voting, and moderation actions are missing. This creates significant gaps for many use cases and limits the server to exploration only.

Resources