Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_mesh_select_trait

Select mesh elements by geometric trait to find problem areas: non-manifold edges, boundary edges, loose vertices, interior faces, face side counts, ungrouped vertices, or non-planar faces.

Instructions

Select mesh elements by geometric trait: non-manifold edges, boundary edges, loose vertices, interior faces, faces by side count, ungrouped vertices, or non-planar faces. Essential for finding problem areas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
traitYesGeometric trait to select by
extendNoAdd to current selection instead of replacing
face_sidesNoFor FACE_SIDES trait: number of sides to match (3=tris, 4=quads, 5+=ngons)
object_nameYesName of the mesh object
non_planar_thresholdNoFor NON_PLANAR trait: deviation threshold

Schema Changelog

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

  1. First observedv0.4.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says 'Select,' which implies a selection-state change, but it does not disclose that selection replaces the current selection unless extend is true, that the operation is non-destructive to geometry, or what happens on no matches. The schema's extend description partially covers selection behavior, but the tool description itself adds little behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with a front-loaded verb and resource, followed by a compact enumerated list of traits. 'Essential for finding problem areas' adds practical context without bloat. Every sentence earns its place, though the enumerations partially overlap schema enum values.

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 tool is a moderately simple selection operation with five parameters, and the schema already documents all parameters and enums. The description plus schema is probably sufficient for an agent to call it correctly, but without annotations or output schema it could still benefit from noting that the tool only modifies the active selection and does not report counts or results.

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 restates trait categories in natural language, which slightly reinforces the enum meanings, but it does not add parameter-level guidance beyond what the schema already provides for face_sides, non_planar_threshold, or extend.

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 verb and resource: 'Select mesh elements by geometric trait.' It then enumerates the trait categories (non-manifold edges, boundary edges, loose vertices, interior faces, faces by side count, ungrouped vertices, non-planar faces), which makes the tool's scope immediately clear and distinguishes it from generic selection siblings like blender_mesh_select or blender_mesh_select_edge_loops.

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 phrase 'Essential for finding problem areas' gives a clear use context, and the trait enumeration implies when to use the tool. However, it does not explicitly compare against sibling selection tools or state when not to use it, so the agent must infer the routing decision 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