Skip to main content
Glama

LivaGlow Shop

Create a mug design draft

create_design_link
Read-onlyIdempotent

Turns a design description into a link that opens the LivaGlow designer with the finished draft (texts, cliparts, background, photo placeholder, optional template). Nothing is stored or ordered: the customer opens the link, checks the 3D preview, uploads their photo if a placeholder is present, and orders. Texts are placed automatically (centred column) unless x/y are given; with a template, texts replace the template's text slots in order. Photos cannot be passed; use photo:{shape} to reserve a placeholder. Call get_design_options first for valid fonts, cliparts and templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNoTexts and cliparts in top-to-bottom order
photoNoReserve a photo placeholder the customer fills in the designer
layoutNoColumn for automatically placed items (default: opposite the photo, else center)
templateNoTemplate id from get_design_options (optional)
backgroundNoBackground preset id (e.g. "creme", "sonnenuntergang") or {kind:"solid",color:"#rrggbb"} or {kind:"gradient",from:"#rrggbb",to:"#rrggbb",angle:135}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDesigner link with the draft
nextNo
priceYes
localeYes
summaryYes
warningsYes
previewUrlYesPNG of the flat print area
previewNoteNo
elementCountNo
hasPhotoPlaceholderYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations declare readOnlyHint/idempotentHint/destructiveHint=false, and the description reinforces and extends this: 'Nothing is stored or ordered' explains why a 'create' tool is harmless. It adds concrete behavior beyond the annotations: automatic centred placement unless x/y given, template text-slot replacement in order, and the hard constraint that photos cannot be passed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense paragraph that front-loads the outcome ('turns a design description into a link') before the constraints. Every sentence carries information, though the block of clauses about placement and templates could be broken up for faster scanning.

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?

An output schema exists, so return values need no explanation; the description instead covers the prerequisites, the no-persistence guarantee, placement defaults, template semantics and the photo limitation. Nothing an agent needs to build a valid call correctly is missing.

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 description coverage is 100%, so the baseline is 3, but the description adds real semantics the schema does not carry: the auto-placement rule for items lacking x/y and the ordered slot-replacement behavior with templates. It also clarifies the photo constraint and the photo:{shape} workaround.

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?

States a specific verb and resource: it turns a design description into a link that opens the designer with a finished draft, and enumerates what the draft can contain (texts, cliparts, background, photo placeholder, template). It is clearly distinguishable from siblings like get_design_options, which it names as a prerequisite rather than a substitute.

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?

Gives an explicit prerequisite (call get_design_options first for valid fonts, cliparts and templates) and describes the end-to-end customer flow (open link, check 3D preview, upload photo, order). It stops short of stating when *not* to call it or what alternatives exist for other design flows, but the context is unambiguous.

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