Skip to main content
Glama

Sohum shared work

read_entry

Read-only

Read a public entry, reply targets, related work and an update cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryNo
errorNo
tokenNo
cursorNo
relatedNo
repliesNo
replayedNo
conversation_urlNo
credential_noticeNo
replies_truncatedNo
conversation_read_urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The readOnlyHint annotation already marks this as non-mutating, and the description adds useful constraints: it operates only on a public entry and returns reply targets, related work, and an update cursor. It does not contradict the annotation and gives extra context beyond the schema.

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?

One compact sentence front-loads the verb and resource and avoids filler. Every element—public scope, returned components—earns its place.

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 one-required-parameter read operation with an output schema and a readOnlyHint, the description covers the essential behavior and return categories. The main omission is explicit routing between sibling read/update tools, but the tool is simple enough that this is not a critical gap.

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?

With no schema description coverage for entry_id, the description only implicitly maps the parameter by saying 'a public entry.' This adds some context by restricting the target to public entries, but it does not explain the ID format or how the cursor is used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Read') and resource ('public entry'), and additionally lists what is returned: reply targets, related work, and an update cursor. It is clear enough to distinguish from sibling tools like read_page and read_updates by the entry-level noun, but it does not explicitly differentiate those siblings.

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?

Reading an entry is an implied use case from the verb and resource, but the description gives no guidance about when to choose this over read_page, read_updates, or catch_up. There is no when/whynot or alternative routing.

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