Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

rhino_weld_mesh

Fix mesh geometry by merging coincident vertices, eliminating gaps and duplicate points for a single contiguous mesh.

Instructions

Weld coincident vertices in a mesh.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, so the mutation risk is known. The description adds that the operation merges coincident vertices, which is useful context. However, it does not disclose whether the input mesh is modified in-place, what tolerance is used, or whether the operation can be undone.

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, terse sentence with no filler. The core operation is front-loaded and every word adds meaning.

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 definition is minimally adequate for a simple single-object mesh operation, and an output schema exists so return values need no explanation. However, the lack of usage guidance, parameter descriptions, and side-effect details leaves gaps for an agent deciding when and how to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not compensate by explaining the required object_id or the optional name, layer, and doc_id parameters. It only implies that the target is a mesh, leaving the agent to infer parameter roles from names alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'Weld coincident vertices in a mesh.' It identifies what the tool does with enough precision to distinguish it from most mesh operations. However, it does not differentiate itself from the sibling rhino_cmd_weld_mesh, which appears to perform the same operation.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives such as rhino_unweld_mesh, rhino_cmd_weld_mesh, or mesh repair tools. There is no mention of prerequisites, target object selection, or typical use cases.

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