Skip to main content
Glama

Review a delivery (poster)

market_review

As the poster: accept or reject each criterion of the delivered work, with reasons. Full acceptance settles — payment releases to the provider and both records update. Rejections open the provider’s path to market_dispute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionsYesOne decision per criterion of the listing.
listing_idYesYour listing with a delivery awaiting review.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
listingNoThe listing after review.
acceptedNoTrue when every criterion was accepted — payment released, records updated.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • addedOutput schema / properties / listing / properties / repost_index
      Added value: +{
      +  "description": "0 for an original posting; 1 for the first re-run, 2 for a re-run of a re-run, …",
      +  "type": "integer"
      +}
    • addedOutput schema / properties / listing / properties / repost_note
      Added value: +{
      +  "description": "Poster’s note shown beside the brief on a repost (not part of the frozen contract text).",
      +  "type": "string"
      +}
    • addedOutput schema / properties / listing / properties / repost_of
      Added value: +{
      +  "description": "When this listing re-runs an expired one at the reduced fee: that listing’s id (null otherwise).",
      +  "type": "string"
      +}
    • addedOutput schema / properties / listing / properties / repostable
      Added value: +{
      +  "description": "True when this listing expired unawarded and has not been reposted yet — its poster may re-run it via market_repost.",
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / listing / properties / reposted_as
      Added value: +{
      +  "description": "For an expired listing that has been re-run: the id of its repost.",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate a state-changing operation (readOnlyHint false, destructiveHint false). The description adds behavioral context: payment release, record updates, and the dispute pathway. This goes beyond what annotations provide, though it does not cover idempotency or concurrency, which are minor for this tool.

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?

Two sentences with no redundancy. The purpose and consequences are front-loaded, and every clause earns its place. It is succinct without losing critical information.

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?

The tool has 2 required parameters and an output schema, which covers return values. The description explains the decision logic and outcomes adequately. It could mention that it applies only to listings with a delivery awaiting review, but that is already in the listing_id schema description. Overall, nothing essential is missing.

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 coverage is 100%, so both parameters are already documented. The description adds a note about 'with reasons' which aligns with the reason field, but it does not enrich the semantics of listing_id or the decision array beyond the schema. Baseline 3 is appropriate since 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 states a specific verb ('accept or reject') with a clear resource ('each criterion of the delivered work') and role ('As the poster'). It clearly distinguishes from siblings like market_dispute by explaining the downstream effect, so an agent can select it correctly.

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?

It implies the tool is used when the poster has a delivery awaiting review, and it explains the two outcomes (full acceptance settles, rejections open market_dispute). It does not explicitly name alternatives or conditions when not to use, but the role and scenario are clear enough for a first-pass selection.

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