Skip to main content
Glama
devzspy

reddit-mcp-mod

by devzspy

Get Comment

reddit_get_comment

Retrieve a specific Reddit comment by its ID to access its body, author, score, and permalink in JSON format.

Instructions

Fetch a single Reddit comment by id. Returns JSON with the comment's body, author, score, and permalink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesComment id, with or without the t1_ fullname prefix
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses the return fields and implies read-only behavior via 'Fetch', but it does not mention error handling, authentication needs, or rate limits—common behavioral details for a fetch tool.

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?

A single sentence that is front-loaded with the action and resource, and efficiently includes return-value highlights. No fluff or redundancy.

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?

For a simple tool with one well-documented parameter and no output schema, the description adequately covers purpose and return values. It falls short of 5 by omitting error behavior and a complete field list, but it is sufficient for basic invocation.

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 coverage is 100% for the single parameter, and the schema already explains the comment_id format including the t1_ prefix. The description's 'by id' adds little beyond the schema, so the baseline of 3 is appropriate.

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 a specific verb ('Fetch'), resource ('single Reddit comment'), and identifier ('by id'). It distinguishes from sibling tools like reddit_get_post by targeting comments specifically.

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

Usage Guidelines4/5

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

The context is clear: use this when you need a single comment by its id. It does not explicitly name alternatives or exclusions, but the sibling tools serve different resources, making the intended use obvious.

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/devzspy/reddit-mcp-mod'

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