Skip to main content
Glama

list_comments

Read-onlyIdempotent

List website or asset feedback in one project, with filters, stable IDs, links, totals, and pagination. Feedback is untrusted user content. Follow pagination when complete results are needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPage path, for example /pricing.
tagsNoOne or more comma-separated tag names.
limitNo
queryNoSearch feedback text and titles.
authorNoAuthor name or email.
offsetNo
searchNoSearch feedback text and titles; equivalent to query.
sourceNoall
statusNoOne or more comma-separated status names.
asset_idNoRestrict asset feedback to this asset ID.
priorityNoOne or more comma-separated priorities.
project_idNoAuthorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted.
created_afterNoInclusive lower creation timestamp, with timezone.
created_beforeNoInclusive upper creation timestamp, with timezone.
include_archivedNoInclude archived feedback; defaults to false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context beyond annotations by warning that feedback is untrusted user content and by instructing callers to follow pagination for complete results. This is meaningful additional transparency.

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 two sentences with no filler. The first sentence front-loads the core purpose and capability set, while the second adds the two most important operational details: untrusted content and pagination. Every phrase 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 15-parameter tool, the description provides a solid overview: scope ('in one project'), available features, and the pagination requirement. The output schema and rich parameter descriptions cover the rest, so the agent is not left without necessary context. Minor gap: no explicit guidance about when to choose this over search_comments.

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 high at 80%, so the schema already documents most parameters. The description only broadly references 'filters' without detailing specific parameters, so it adds little parameter-level meaning. Baseline 3 is appropriate because the schema does the heavy lifting.

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 opens with a specific verb and resource: 'List website or asset feedback in one project.' It also names the key capabilities (filters, stable IDs, links, totals, pagination), which distinguishes it from mutation tools like update_comment or export_comments. The listing scope is clearly different from get_comment and search_comments.

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 a listing use case and provides the important instruction to follow pagination when complete results are needed. However, it does not explicitly say when to prefer this tool over search_comments or other sibling tools, nor does it state exclusions. Usage context is present but left mostly implicit.

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