Skip to main content
Glama

List article comments

list_comments
Read-onlyIdempotent

Fetch paginated comments for an article, including author and timestamp, to review reader feedback.

Instructions

Read the comment thread on one article, oldest first, paginated.

Use it to review reader feedback or summarise a discussion. It reads comments only; there is no tool here for posting or moderating a reply.

Reads only. Requires an API key and counts against the plan's request quota. Page through with limit and offset — the default returns the first 20. Returns the comments with their authors and timestamps; an empty list simply means no comments yet, which is not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoComments per page, 1-100. Defaults to 20.
offsetNoComments to skip before this page. Defaults to 0.
article_idYesUUID of the article, as returned in the `id` field by article tools. Not the slug.
Behavior5/5

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

Despite annotations already declaring readOnlyHint=true and destructiveHint=false, the description adds significant value: API key requirement, quota consumption, pagination behavior, response shape, and the useful disambiguation that an empty list is not an error. These behavioral details go well beyond what the annotations communicate.

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?

Four sentences, each earning its place: purpose, use case, and error semantics. Front-loaded with the most important information first. No fluff or redundancy.

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

Completeness5/5

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

For a simple read-only tool with 3 params and no output schema, the description is thorough: it covers ordering, pagination, auth, quota, response contents, and error handling. The context is fully provided within the description and annotations.

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

Parameters4/5

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

Schema coverage is 100% so baseline is 3. The description adds marginal value by framing limit/offset as a pagination workflow ('Page through with limit and offset') and reiterating the default of 20, which reinforces the conceptual model even though the schema documents the parameters thoroughly.

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 opening sentence 'Read the comment thread on one article, oldest first, paginated' uses a specific verb (read), specific resource (comment thread on one article), and adds scope (one article) plus ordering (oldest first). This clearly distinguishes it from sibling tools like get_reactions or get_article, and the explicit 'It reads comments only; there is no tool here for posting or moderating' further differentiates it.

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

Usage Guidelines5/5

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

Explicitly states when to use it ('Use it to review reader feedback or summarise a discussion') and when not to ('reads comments only; there is no tool here for posting or moderating a reply'). This gives clear when/when-not guidance without ambiguity.

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/Misar-AI/misarblog-mcp'

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