Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_mesh_merge

Merge mesh vertices to repair gaps, join geometry, and remove doubles. Choose center, first, last, or distance-based merging for precise control.

Instructions

Merge vertices together — close gaps, join geometry, remove doubles. Supports merge to center, first, last, or by distance threshold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
distanceNoMerge distance threshold (for BY_DISTANCE mode)
merge_typeNoHow to merge: CENTER (average position), FIRST, LAST, or BY_DISTANCECENTER
object_nameYesName of the mesh object
vertex_indicesNoVertex indices to merge

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure burden. It does communicate that the tool merges vertices and supports different positional strategies and a distance threshold, but it omits important effects such as whether only selected vertices are affected, whether the mesh is destructively modified, and how topology or UV data are handled.

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 focused sentence plus a compact mode list. It front-loads the core action, includes useful use cases, and contains no filler or 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?

Even with full schema coverage, the description leaves a functional gap: it does not explain how vertices are targeted when vertex_indices is omitted, how the merge modes interact with selection, or what happens when no indices are supplied. For a destructive mesh operation with no annotation safety profile, this is not enough context to invoke the tool with confidence.

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?

The input schema already has 100% parameter description coverage, so the baseline is 3. The description's mention of merge modes and distance threshold lightly reinforces the schema but does not add new meaning beyond what the enum and parameter descriptions already provide.

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 a specific action and target ('Merge vertices together'), then lists concrete use cases and the supported merge modes. This clearly distinguishes it from sibling tools like blender_object_join, which merges objects rather than vertices.

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 use cases 'close gaps, join geometry, remove doubles' imply when the tool is appropriate, but it does not explicitly state when to prefer this over alternatives like blender_object_join, blender_mesh_dissolve, or blender_mesh_bridge. No exclusions or alternative routing is provided.

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