Skip to main content
Glama
devzspy

reddit-mcp-mod

by devzspy

Get Post

reddit_get_post

Fetch a Reddit post and its comments by post ID, including one nested reply level, returning JSON for moderation and analysis.

Instructions

Fetch a Reddit post (submission) by id along with its comments (top-level comments include one nested level of replies). Returns JSON with post and comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesPost id, with or without the t3_ fullname prefix
comment_sortNoComment sort order (default: confidence)
comment_limitNoMax top-level comments to return (default 50)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns JSON with post and comments, and clarifies nesting behavior ('top-level comments include one nested level of replies'). This adds useful behavioral context beyond a simple 'fetch post' statement.

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?

Two sentences, front-loaded with the verb 'Fetch', no filler. The key detail about comment nesting is included efficiently.

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?

No output schema exists, but the description provides a high-level return format ('Returns JSON with post and comments') and comment nesting detail. For a 3-parameter read tool with 100% schema coverage, this is adequate. It doesn't mention error cases or pagination, but those are less critical for a simple fetch.

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% (all three parameters have descriptions). The description adds minor context by clarifying 'by id' and that comments are included, but the schema already documents post_id, comment_sort, and comment_limit fully. Baseline 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 'Fetch a Reddit post (submission) by id along with its comments', which is a specific verb+resource+scope. It distinguishes from sibling tools like reddit_get_comment (which fetches a comment) and reddit_list_posts (which lists posts).

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 implies when to use: when you need a post by ID with its comments. However, it doesn't explicitly contrast with sibling tools like reddit_get_comment or mention alternatives, so it's clear context but lacks explicit exclusions.

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