Skip to main content
Glama

List comments

list_comments
Read-only

Read the discussion thread on an annotation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
annotation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

The description aligns with the 'readOnlyHint' annotation by stating 'Read'. However, it adds no additional behavioral details such as pagination, authentication requirements, or return format beyond what annotations imply. With annotations covering the safety profile, the description is minimally adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that conveys the purpose directly and concisely. There is no wasted effort, though the brevity may sacrifice completeness.

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?

Given the tool's simplicity (one string parameter, no nested objects, and an existing output schema), the description provides adequate high-level context. The output schema likely covers return values, so the description does not need to elaborate on them. However, some mention of expected behavior (e.g., ordering) could improve completeness.

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

Parameters2/5

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

The input schema has one parameter 'annotation_id' with no description (0% schema coverage). The description does not explain the parameter's role or format; it only implies its necessity through context. This is insufficient for the agent to understand how to invoke the tool correctly.

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 clearly states the tool reads the discussion thread on an annotation, using the verb 'Read' and specifying the resource (comments on an annotation). It implicitly distinguishes from the sibling 'add_comment' which is a create operation, but could be more explicit about the scope.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'add_comment' or 'get_annotation'. There is no mention of prerequisites or context for use.

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.