Skip to main content
Glama

Record customer proof approval

approve_design_proof
Idempotent

Only call after showing both front/back previews, warnings and exact print options and receiving explicit customer artwork approval in the AI conversation. Report frontReviewed, backReviewed and artworkApproved as true only when that happened. Records agent-reported approval for immutable artwork and configuration, not independent human-click evidence or payment consent. Returns approvalId, evidence and expiry. Repeated approval of identical terms is idempotent. Changed artwork or print options requires fresh review and approval. A new quote with unchanged print configuration can reuse the artwork approval; the buyer separately confirms commercial terms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guestTokenNoPrivate guestToken from start_guest_session, required only for anonymous guest design and checkout. Omit when connected through InkFE customer sign-in (OAuth) or a provisioned integration key; those connections must not start a guest session. Keep guest tokens in this conversation; never put them in a URL or share them.
quoteTokenYes
designTokenYes
backReviewedYes
frontReviewedYes
artworkApprovedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, the description reveals that this records agent-reported rather than human-click evidence, that it does not constitute payment consent, that the artwork/configuration is immutable, and that identical repeated approvals are idempotent. It even states the return fields approvalId, evidence, and expiry. This adds substantial behavioral context.

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 front-loaded with the most important precondition and every subsequent sentence adds distinct value: evidence semantics, idempotency, change handling, and reuse rules. Despite its length, there is 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 write operation with no output schema, the description covers prerequisites, side-effect boundaries, idempotency, change policy, reuse conditions, and return fields. An agent has enough context to invoke it correctly and avoid treating it as payment consent or independent verification.

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 only 17%, so the description must compensate. It does explain the meaning and conditions for frontReviewed, backReviewed, and artworkApproved, and guestToken is fully documented in the schema. However, designToken and quoteToken receive no semantic explanation in either the schema or the description, leaving their roles partially implicit.

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 records agent-reported artwork approval and explicitly distinguishes it from independent human-click evidence and payment consent. The verb 'Records' plus the resource 'customer proof approval' make the purpose unambiguous and distinguishable from sibling tools like refresh_design_proof.

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?

It gives an explicit precondition: only call after showing both previews, warnings, print options, and receiving explicit customer approval in the AI conversation. It also states when fresh approval is required and when a previous artwork approval can be reused, providing clear when-to-use and when-not-to-use guidance.

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