Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_mesh_fill

Fill boundary edges to cap holes and close open geometry with n-gon, triangle fan, or grid fill methods.

Instructions

Fill boundary edges with faces — cap holes, close open geometry. Supports n-gon fill, triangle fan, and grid fill.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fill_typeNoFill method: NGON (single face), TRIANGLE_FAN, or GRID (requires even loop)NGON
use_beautyNoUse beauty fill for better triangulation
object_nameYesName of the mesh object
edge_indicesYesEdge indices forming the boundary to fill

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A3.7/5.0
Behavior2/5

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

No annotations exist, so the description carries the full behavioral burden. It states the core behavior and supported fill methods, but does not disclose that the operation mutates the mesh, what conditions cause failure (e.g., invalid or non-boundary edge indices), or whether the result is reversible. For a geometry-modifying tool, this is a significant transparency gap.

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 short sentences with no filler; the action is front-loaded and the method list is useful. Every word 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?

The input schema is fully self-describing and the purpose is clear, so the tool is minimally callable. However, the description omits side-effect and failure-mode context needed for dependable use, and there is no output schema to clarify return behavior. It is adequate but not complete.

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 schema already documents object_name, edge_indices, fill_type, and use_beauty. The description's mention of n-gon, triangle fan, and grid fill paraphrases the enum without adding new semantic detail, so the baseline 3 applies.

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?

Description opens with a specific verb and resource ('Fill boundary edges with faces') and adds synonyms ('cap holes, close open geometry') that make the intent unmistakable. This clearly differentiates it from sibling operations like bridge, dissolve, or extrude.

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 phrase 'cap holes, close open geometry' establishes clear context for when the tool should be used. It does not explicitly name sibling alternatives or exclusion criteria, so it stops short of a 5.

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