Skip to main content
Glama

Revise a business card design

revise_business_card_design
Idempotent

Create a new immutable design from an authorized prior design, using the same published template revision. Supply the complete field set and logo where needed, not a partial patch. Use a new requestId for an intentional edit and the same id for retries. Returns both previews and a new designToken. Prior approval never approves the new revision; review both sides again. If the template changed, select its current version and create a new design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesEvery attribute from the chosen template's `fields` list (see list_business_card_templates) is required, keyed by `attribute`, with the buyer's text for it. Do not include the logo field here: pass its image via logoUrl instead. A blank or missing value fails with missing_required_fields.
logoUrlNoA public https URL to a PNG or JPEG logo image, required only when the template has an imageUrl field (see list_business_card_templates). Omit it for every other template.
requestIdYesA new stable requestId for each intentional design/revision. Reuse the same id and inputs after a timeout; never automatically replace an in-progress request.
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.
designTokenYes

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?

Annotations are minimal (readOnlyHint=false, idempotentHint=true), and the description adds substantial behavioral context: immutability of the new design, requirement for prior authorization, the fact that prior approval does not carry over, idempotent retry semantics via requestId, return of previews and a new designToken, and the caveat about changed templates. This is exactly the kind of behavioral disclosure that helps an agent avoid misuse.

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 compact but information-dense, with no filler. Each sentence delivers a distinct operational requirement: base design, complete fields, requestId semantics, return values, approval non-transfer, and template-change fallback. The most important constraint about creating a new immutable design is front-loaded.

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 tool with non-obvious behaviors around immutability, idempotency, guest vs. authenticated flows, and approval carry-over, the description plus schema covers all critical aspects. Even without an output schema, it states what the caller gets: previews and a new designToken. No essential usage information is missing for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is already high (80%), and the description adds valuable parameter semantics beyond the schema: complete field set required, logo passed via logoUrl only when the template has an imageUrl field, new requestId for intentional edits versus same id for retries, and guestToken usage constraints. The designToken parameter is less elaborated, but the description clarifies it as both an input and a newly returned token.

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 operation: 'Create a new immutable design from an authorized prior design, using the same published template revision.' This clearly distinguishes the revision action from creating a fresh design and from merely refreshing a proof. The title and description align without any circular phrasing.

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 concrete usage context: use it for intentional edits to an authorized prior design, and explicitly says not to use it as a partial patch. It also provides an alternative route: 'If the template changed, select its current version and create a new design.' It does not explicitly name sibling create_business_card_design, but the behavioral boundary is clear.

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