Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_ai_auto_uv

Generate UV maps for mesh objects using SMART or LIGHTMAP projection, with adjustable island margin, angle limit, and aspect correction to prepare models for texturing.

Instructions

Generate UV maps for a mesh using SMART or LIGHTMAP projection. Controls angle limit, island margin, area weighting, and aspect correction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoUV projection method (default: SMART)SMART
angle_limitNoAngle limit for island detection in degrees (default: 66.0)
area_weightNoWeight for face area in island placement (default: 0.0)
object_nameYesName of the mesh object to UV unwrap
island_marginNoMargin between UV islands (default: 0.02)
uv_layer_nameNoName for the UV layer (optional, auto-generated if not specified)
correct_aspectNoCorrect for non-square textures (default: true)
scale_to_boundsNoScale UV islands to fill UV space (default: true)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose the core behavior and projection methods, but it does not mention side effects such as whether an existing UV layer is replaced, whether the mesh must be in a particular mode, or what the operation returns.

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 a single front-loaded sentence that names the operation, methods, and key controls without any filler, redundant phrasing, or unnecessary detail. Every part earns its place.

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 an 8-parameter tool with full schema coverage and no output schema, the description plus schema is largely sufficient to select and invoke the tool. It lacks explicit return-value or caveat information, but the core effect and parameter semantics are adequately covered.

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 100%, so the baseline is 3. The description mirrors several key parameters (angle limit, island margin, area weighting, aspect correction) but adds no meaning beyond what the input schema already provides.

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 action ('Generate UV maps') against a specific resource ('a mesh'), and names the exact projection methods (SMART or LIGHTMAP) and tunable controls. This is clearly distinguishable from any sibling UV-related or mesh-modification tool.

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 intended use case is explicit: use this when you need to generate or update UV maps on a mesh via SMART or LIGHTMAP projection. No alternative UV-unwrap sibling exists in the tool list, so not naming alternatives is acceptable; the context is clear even without explicit 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.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SekaiNoOwari77/mcp-3d-modeling-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server