Skip to main content
Glama

reddit-com

subreddit/comments

get_subreddit_comments

subreddit/comments Group: Subreddit. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo- Sort by - Default: `confidence` - Choose one of the values below - `confidence`: Best - `top`: Top - `new`: New - `controversial`: Controversial - `old`: Old - `qa`: Q&A
groupIdNo- Required: true - Ex: `t3_54z4f7`
nextPageNo- The page index, for paging purpose - Leave it blank for the first time - The `nextPage` can be retrieved from response of this endpoint(meta->nextPage) - Ex: `dDNfZXJ4dXdt`

Schema Changelog

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

  1. First observed

TDQS

C2.1/5.0
Behavior2/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. The description is nearly empty, lacking any information about side effects, access requirements, rate limits, or pagination behavior. The schema hints at paging via nextPage, but the description does not mention any behavioral traits. It does not even state that it is a read operation, but since the tool name implies fetching comments, it may be read-only; however, without explicit disclosure, it's insufficient.

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 description is extremely short, but it is under-specification, not conciseness. It contains a single sentence that repeats the name and adds billing info, which is not useful. It does not front-load important information; it is essentially a placeholder. The description is too sparse to be considered well-structured.

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?

Given that the tool has 3 parameters, no output schema, and no annotations, the description is severely incomplete. It lacks any explanation of what the tool returns, how pagination works, or how it relates to similar tools. The complexity is moderate, but the description provides virtually no context. This is far below the minimum viable.

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

Parameters3/5

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

The schema description coverage is 100%, meaning each parameter is documented in the schema with explanations and examples. The description adds no additional semantic meaning beyond the schema. For instance, the description does not clarify that groupId is the subreddit post ID or that sort options are for comment ordering. Since the schema already covers parameter semantics, the baseline is 3, and the description does not enhance it.

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 is merely a repetition of the tool name and title, stating 'subreddit/comments Group: Subreddit. Billing per call: 1 Credits.' It does not state what the tool does, such as retrieving comments from a subreddit. It fails to mention that it fetches comments for a given subreddit post identifier. The verb and resource are not explicit, and it does not distinguish from sibling tools like get_posts_comments or get_search_comments. Therefore, it is a tautology.

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?

The description provides no guidance on when to use this tool versus alternatives. It only indicates billing cost, which is irrelevant for selecting the tool. There is no mention of context, prerequisites, or exclusions. The tool name suggests it is for subreddit comments, but the description doesn't clarify when to choose it over siblings like get_posts_comments or get_search_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

C2.2/5.0
Disambiguation3/5

Several tools are easily confused: get_posts_comments, get_subreddit_comments, and get_search_comments all involve comments but target different scopes; similarly, get_subreddit_search, get_posts_search_posts, and get_search_* tools overlap in search functionality. Without detailed descriptions, an agent might select the wrong endpoint for a given intent.

Naming Consistency3/5

All tools start with 'get_', providing a consistent verb prefix. However, the structure after the prefix varies: some use entity-first (get_subreddit_comments), some action-first (get_search_comments), and one is awkward (get_posts_search_posts). This mixed pattern reduces predictability.

Tool Count5/5

Ten tools is a reasonable and well-scoped number for a Reddit read-only API server. It covers search across multiple entities and basic content retrieval without feeling bloated or too sparse.

Completeness3/5

The tool surface is heavily read-focused, covering search and content fetch, but omits many core Reddit operations such as creating posts, commenting, voting, or retrieving user profiles and subreddit details. Some endpoints like get_subreddit_awarding_totals seem niche, while more common ones (e.g., get_subreddit_info) are absent.

Resources