Skip to main content
Glama
Laboon2501

Marvelous Designer MCP

by Laboon2501

fabric_material

Set or read RGBA color values for fabric faces (FRONT, BACK, SIDE) in Marvelous Designer. Changing BACK/SIDE separates them from the front color.

Instructions

Read/set FRONT/BACK/SIDE RGBA (0..1). Setting BACK/SIDE unlinks material/color from FRONT. Verified MD 2026.0.315. Omit rgba to read. This face enum is distinct from fabric assignment colorway options. May change scene or write files. Verify resulting state. A timed-out operation is UNKNOWN: reconcile_operation before any retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
faceYes
rgbaNo
fabric_indexYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it excels: it discloses that the operation 'May change scene or write files,' warns to 'Verify resulting state,' and explicitly states that a timeout leaves state UNKNOWN and requires reconciliation before retry. It also reveals the BACK/SIDE unlink behavior, going far beyond a basic read/set statement.

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?

Every sentence earns its place: purpose is front-loaded, followed by unlink behavior, version verification, read/set switch, a distinction from colorways, side-effect warnings, and timeout protocol. There is no filler or redundant wording.

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?

For a no-annotation, no-output-schema tool with three parameters, the description is remarkably complete, covering semantics, side effects, read/set behavior, and error handling. The only minor gap is not explicitly describing the exact shape of a read result, though 'omit rgba to read' strongly implies it returns the current RGBA value.

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 0%, so the description must compensate. It fully explains face (FRONT/BACK/SIDE), rgba range (0..1), and the read/write toggle via omission of rgba. fabric_index is left to inference from its name, but the most semantically ambiguous parameters are well-covered.

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 opens with 'Read/set FRONT/BACK/SIDE RGBA (0..1)', providing a specific verb and resource that immediately clarifies the tool's role as per-face material color manipulation. It also distinguishes the face enum from 'fabric assignment colorway options,' which differentiates it from sibling tools like assign_fabric.

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 gives explicit mode selection guidance ('Omit rgba to read'), explains the unlink side effect for BACK/SIDE, and points to reconcile_operation for timed-out operations. However, it does not name a specific alternative sibling for when a different tool should be used, aside from implicitly excluding fabric-assignment colorways.

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