Skip to main content
Glama

Traditional Chinese (zh-TW) Taiwan Community Forum

list_comments

List the Traditional Chinese (zh-TW) comments/replies on a forum article, by article id (UUID). Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number (default 1).
sizeNoPage size, max 500 (default 10).
articleIdYesArticle id (UUID).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / $schema
      Added value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the full behavioral disclosure burden. It adds useful facts: paginated, Traditional Chinese scoped, and keyed by article ID. However, it does not explicitly confirm read-only, mention what happens for missing/invalid article IDs or empty pages, or describe the returned payload shape. It does not contradict any structured metadata, but it is incomplete.

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 front-loaded sentence covers action, scope, language filter, resource, required parameter, and pagination. There is no filler or redundant restatement of the tool name.

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 straightforward list tool with fully documented parameters, this is nearly complete. It lacks explicit behavior for invalid/empty results or return field semantics, but the resource is simple enough that an agent can reasonably understand what a call returns.

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?

Schema description coverage is 100%, so the schema already explains articleId, page, and size. The description adds no real parameter semantics beyond 'by article id (UUID)' and 'Paginated', which only echoes the schema, so the baseline of 3 applies.

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 names a specific verb and resource ('List the Traditional Chinese (zh-TW) comments/replies'), identifies the key parameter ('article id (UUID)'), and mentions pagination. This clearly distinguishes it from sibling tools like list_articles, list_forums, and create_comment.

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

Usage Guidelines4/5

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

The description gives clear context: call this when you need paginated comments/replies for a specific forum article by its UUID. It does not explicitly name alternatives or exclusion criteria, but the intent is easy to infer for this simple read-only style listing.

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.