Skip to main content
Glama

fetch_comments

Read-only

Retrieve comments from any Reddit post. Specify the post URL or ID, sort order, and maximum number of comments to fetch the full comment tree.

Instructions

Fetch a post with its comment tree

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFull Reddit post URL
comment_sortNobest|top|newbest
comment_limitNoMax comments
submission_idNoReddit post ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotation already declares readOnlyHint=true, so the description does not need to reaffirm safety. However, it adds minimal behavioral context—no mention of potential depth limits, pagination, or comment tree structure.

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 concise sentence that immediately conveys the tool's purpose with no redundancy. It is appropriately front-loaded.

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?

Since an output schema exists, the description does not need to detail return values. However, it lacks usage guidance for tool selection among siblings, slightly reducing completeness.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema's parameter descriptions (e.g., url, comment_sort).

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 fetches a post and its comment tree, using a specific verb ('fetch') and resource ('post with comment tree'). It implicitly distinguishes from siblings like 'fetch_posts' which likely fetches posts without comments.

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 its siblings (e.g., fetch_posts, fetch_multiple). It does not mention prerequisites, alternatives, or exclusions, leaving the agent without context for selection.

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

Install Server

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/latent-9/reddit-growth-mcp'

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