Skip to main content
Glama

unwrap_selected

Unwrap selected objects along marked seams to generate UV coordinates for texturing. Works after seams are marked, or use smart UV projection for automatic unwrapping.

Instructions

Unwrap along marked seams.

Only useful once seams exist -- use mark_seams_by_angle first, or smart_uv_project for a seamless automatic result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesNoObject names. Omit to use the current selection.
marginNo
methodNoANGLE_BASED
fill_holesNo
correct_aspectNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It communicates the seam dependency and the existence of alternatives, but it does not state whether existing UV maps are overwritten, what happens if no seams are present, or any other side effects. Some behavior is implied, but not fully disclosed.

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 concise sentences, front-loaded with the core action and followed by the key usage caveat. Every clause adds value and there is no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The definition tells the agent when to use the tool but leaves significant gaps: no parameter explanations, no side-effect disclosure, no output/result description, and no annotations. For a tool with 5 parameters and low schema coverage, this is incomplete.

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

Parameters2/5

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

Schema description coverage is only 20%, and the description adds no meaning for margin, method, fill_holes, or correct_aspect. The schema provides defaults and enums but no explanation, and the description does not compensate for the low coverage.

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 uses a specific verb and resource ('Unwrap along marked seams') and immediately distinguishes itself from smart_uv_project. An agent can tell this tool is for seam-based unwrapping, not automatic projection.

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?

The description explicitly states the precondition ('Only useful once seams exist'), names the prerequisite tool ('use mark_seams_by_angle first'), and offers the alternative ('smart_uv_project for a seamless automatic result'). This is explicit 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.

Deploy Server

Other Tools