Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_sculpt_multires_reshape

Manage multiresolution sculpting detail by subdividing, unsubdividing, rebuilding, applying base mesh changes, or removing higher/lower modifier levels.

Instructions

Manage multiresolution modifier levels for sculpting. SUBDIVIDE adds a level, UNSUBDIVIDE removes the highest level, REBUILD reconstructs subdivisions, APPLY_BASE applies sculpted changes to the base mesh, DELETE_HIGHER removes levels above current, DELETE_LOWER removes levels below current.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform on the multires modifier
object_nameYesName of the mesh object with a Multires modifier

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden and handles it well: each of the six actions names its effect (adds/removes/rebuilds/applies/deletes), including the destructive nature of UNSUBDIVIDE, DELETE_HIGHER, DELETE_LOWER, and APPLY_BASE. Missing are failure modes (e.g., unsubdividing at level 1) and whether APPLY_BASE irreversibly bakes changes.

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 sentences with zero filler: the purpose statement is front-loaded, and each action receives a compact behavioral clause. The description is dense but every clause earns its place.

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

Completeness3/5

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

For a six-mode mutating tool with no output schema and no annotations, the description covers the core semantics of every action but omits error conditions, prerequisites beyond the schema's hint, and important consequences such as data loss or the irreversibility of APPLY_BASE. Adequate for basic selection, but an agent is left guessing about edge cases.

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 100% for both parameters, and the description adds real value beyond the schema by explaining what each action enum value actually does — the schema's 'Action to perform on the multires modifier' provides no per-value semantics. object_name is already self-explanatory in the schema.

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 resource ('multiresolution modifier levels for sculpting') and enumerates all six action variants with their precise effects. The action breakdown makes it clearly distinct from generic modifier tools like blender_modifier_configure and from blender_mesh_subdivide.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool — when sculpting workflows require managing multires levels — but never explicitly contrasts it with overlapping siblings such as blender_modifier_configure, blender_mesh_subdivide, or blender_bake_from_multires. An agent must infer the boundary from the action names rather than being told.

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