Skip to main content
Glama

Seller list reviews

seller_list_reviews
Read-onlyIdempotent

Paginate through seller reviews. Use the responded filter to find unanswered reviews and prioritize responding to lower-rated feedback.

Instructions

List reviews left on this seller's orders, paginated. Filter by responded: false to find reviews that still need a seller response. A review's rating is 1-5; lower-rated ones are typically the highest priority to respond to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoOpaque cursor from the previous page's next_cursor.
page_sizeYesResults per page (1-100, default 20).

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Beyond the read-only annotation, the description discloses pagination behavior and rating semantics, which is helpful. But it fails to mention that the filter instruction is not represented in the actual input schema, and it does not describe the output structure or any potential error cases, leaving some ambiguity about actual behavior.

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 concise and well-structured, using two sentences to cover the core purpose, a filtering tip, and rating guidance. There is no redundant or unnecessary wording.

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?

The description gives useful context about pagination and prioritization, but because there is no output schema, it should have described what a review object contains (e.g., `rating`, `responded`). The filter inconsistency also leaves the agent uncertain about how to actually retrieve unresponded reviews.

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?

Both schema parameters (`cursor`, `page_size`) are adequately described in the schema itself, but the description's instruction to filter by `responded: false` implies a parameter that does not exist in the input schema. Since `additionalProperties` is false, this guidance cannot be followed literally, which is misleading and undermines the parameter semantics.

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 states the tool lists reviews left on a seller's orders and that results are paginated, which precisely identifies the resource and action. It also differentiates this from related seller-order tools by specifying this is about reviews, not orders.

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 explicit guidance to filter by `responded: false` to find unreviewed responses and notes that lower ratings are higher priority, which helps the agent decide when to use this tool. However, it could be clearer about when to prefer this over `seller_respond_to_review` or `orders_list`, though the intent is reasonably inferable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/bitroadai/bitroad-mcp'

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