Skip to main content
Glama

Superpowers.social

Get Reddit Post

reddit-get-post
Read-onlyIdempotent

Get detailed content of a specific Reddit post with comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesReddit post ID
subredditNoSubreddit name for faster lookup
comment_limitNoNumber of comments to return (default 10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / text_only
      Removed value: -{
      -  "default": false,
      -  "description": "If true, return only id and title per post to save tokens.",
      -  "type": "boolean"
      -}
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds that comments are included in the response, which is a small behavioral addition. However, it does not disclose other traits like authentication needs, rate limits, or the structure of 'detailed content'. Given the annotation coverage, this is acceptable but not exceptional.

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, front-loaded sentence that communicates purpose and scope without any filler. It is optimally concise while still being informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should explain what the agent will receive. It only says 'detailed content... with comments', which is vague about the specific fields (e.g., title, author, score, comment structure). The description is minimally sufficient but lacks detail for a tool that returns a complex payload. The presence of annotations reduces the burden, but the return format remains underspecified.

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%, with each parameter (post_id, subreddit, comment_limit) having a clear description. The tool description adds no additional meaning to the parameters; it merely references the resource. The baseline of 3 is appropriate since the schema carries the full parameter documentation.

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 action ('Get') and the resource ('a specific Reddit post') and adds a distinguishing scope ('with comments'). This separates it from sibling tools like reddit-get-posts (plural) and reddit-search, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies use for a single post by ID but does not explicitly state when to use this tool over alternatives. There is no mention of exclusions or when to choose reddit-search or reddit-get-posts. The guidance is only implied through the word 'specific'.

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.