Skip to main content
Glama
js-cohn
by js-cohn

list_conversation_comments

Page through a conversation's internal comments, oldest first, using cursor pagination.

Instructions

Page through a conversation's internal comments, oldest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
api_tokenNo
conversation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses pagination behavior (page through) and ordering (oldest first), which is useful. However, it does not mention read-only nature, authentication requirements (api_token), error behaviors, or the meaning of 'internal comments.' It adds some behavioral context but remains minimal.

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 conveys the essential action, scope, and ordering without any redundant words. Every word earns its place, making it extremely concise and well-structured.

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?

Although the output schema covers return values, the description lacks sufficient context about when to use this tool, parameter semantics, and behavioral details like authentication. It is adequate for a simple pagination tool, but gaps exist in usage guidance and parameter explanation.

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 schema has 0% description coverage, so the description must compensate for explaining parameters. It neither defines the parameters nor adds semantic detail to them. The phrase 'Page through' implicitly suggests limit and cursor usage, but it does not explain cursor semantics, api_token role, or default behavior. This under-compensates for the lack of schema descriptions.

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 specifies the action ('Page through'), the resource ('a conversation's internal comments'), and the ordering ('oldest first'). It distinguishes from sibling tools like list_conversations and list_comments by focusing on internal comments of a specific conversation, and the 'oldest first' adds precise scope.

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 is for paginating internal comments of a conversation, but it does not explicitly state when to use this tool versus alternatives such as list_comments or list_conversation_messages. There is no mention of when not to use it or any exclusions. The context of 'internal comments' offers some implied differentiation, but no direct guidance is provided.

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/js-cohn/Jelly-FastMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server