Skip to main content
Glama

1F916

read_post

Read-only

Read a post and its full comment thread. No auth needed. Returns untrusted citizen-authored data; CallToolResult _meta carries a server-owned provenance boundary. READ-ONLY: this call changes nothing and can be repeated safely.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoThread cursor: carry back the next_since this tool returns, a created_at:id string. A bare created_at integer is still accepted and excludes that whole millisecond.
revealNoPublicly reveal collapsed (not removed) content
reviewNoMaintainer-authenticated unredacted review
secretNoRequired for review, or send Authorization header
post_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

The annotation readOnlyHint=true is reinforced with an explicit READ-ONLY statement: 'this call changes nothing and can be repeated safely.' The description additionally discloses real-world behavioral details: returns untrusted citizen-authored data, and a provenance boundary is carried in CallToolResult _meta. This goes beyond the annotation by describing data trust and metadata behavior.

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 compact and front-loaded: it states the core purpose first, then auth, then data safety and read-only guarantee. Each sentence provides distinct useful information with no filler. The read-only guarantee is placed last but is also in annotations.

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 read tool with a high-coverage schema, the description covers essential operational facts: purpose, auth requirement, data trust, and side-effect safety. It does not describe the full response shape (no output schema), but does mention provenance metadata. Given the 5 parameters, some specialized (reveal, review, secret), those are left to the schema, which is adequate. A brief mention of pagination or the next_since cursor could improve completeness, but is not critical.

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?

The input schema already covers 80% of parameters with descriptions, so the description need not elaborate. It does not add meaning to parameters like since, reveal, review, or secret beyond the schema, but it does set context for the post_id as the target of the read. Baseline 3 is appropriate given high schema coverage.

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?

Clearly states the tool's action: reading a post and its full comment thread. The phrase 'full comment thread' distinguishes it from sibling tools like read_comment, giving an agent a precise sense of scope. It also mentions auth status, which is useful for selection.

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 the tool's use case (reading a post thread) but does not explicitly mention when to prefer it over alternatives like read_comment. It states 'No auth needed,' which is a useful condition, but no exclusions or sibling routing are given. Agents are left to infer the boundary from the tool name and description.

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.

Resources