Skip to main content
Glama
ekatiyar

simple-reddit-mcp

by ekatiyar

get_comments

Read-onlyIdempotent

Fetch multiple Reddit comments by ID to expand [+N more replies] or permalinks. Accepts up to 500 IDs, returns markdown or raw JSON.

Instructions

Look up comments in bulk by id.

Use for the comment ids returned inside a [+N more replies] marker, or any comment permalink you already resolved.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesComma separated comment ids, bare or t1_ prefixed. Up to 500.
rawNoReturn the raw Arctic Shift JSON instead of markdown.
fieldsNoComma separated field allowlist to shrink the response.
max_charsNoCharacter budget for the rendered output.
Behavior5/5

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

The description adds a significant behavioral caveat beyond the annotations: Arctic Shift archives posts immediately and backfills vote data after ~36h, making score and num_comments placeholders. This warns the agent against reporting fake counts, which is essential context that annotations alone do not provide.

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 three sentences, front-loaded with the core purpose, followed by usage context and a clearly marked caveat. Every sentence earns its place with no redundancy or filler.

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?

The tool has no output schema, so the description must carry more weight. It covers purpose, usage, and a critical data caveat, which is adequate for a bulk lookup tool. It doesn't explain markdown vs. raw output, but the schema covers that via the 'raw' parameter. Overall it feels complete given the complexity.

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

Parameters4/5

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

Schema covers all 4 parameters with full descriptions, so baseline is 3. The description adds value by clarifying what kind of IDs to supply (from reply markers or permalinks) and that lookups are bulk. This helps the agent understand the 'ids' parameter beyond its schema description.

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 action ('Look up comments in bulk by id') and identifies the resource (comments) and method (by id). It distinguishes itself from siblings by focusing on bulk id lookup, contrasting with search-based or thread-level tools.

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 description gives explicit guidance on when to use this tool: for comment ids from '[+N more replies]' markers or resolved permalinks. It does not explicitly mention alternatives, but the context is clear enough to avoid confusion with search_comments or get_thread.

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/ekatiyar/simple-reddit-mcp'

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