Skip to main content
Glama
kbangaru-cyber

RhinoMCP

rhino_repair_mesh

Destructive

Repair mesh issues by fixing degenerate faces, duplicate vertices, and unifying normals. Optionally fill holes to produce a clean mesh.

Instructions

Attempt to repair common mesh issues: degenerate faces, duplicate vertices, unified normals, and optionally fill holes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description adds behavioral detail: lists specific repairs and notes it is an 'attempt', implying possible incompleteness or failure. No contradiction with destructive annotation; the destructive hint already covers modification, but the description provides useful nuance about expected repair scope.

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?

Single sentence with no fluff. Key details (specific repairs and optional fill_holes) are front-loaded, and the sentence structure is efficient.

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

Completeness4/5

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

For a simple two-parameter tool with an output schema and annotations, the description is largely sufficient. It covers purpose and parameters adequately. It does not explicitly state whether the mesh is modified in place or returned as a new mesh, but the destructive annotation implies modification.

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 descriptions are tautological (e.g., 'Mesh GUID to repair') and coverage is 0%, meaning the schema provides no meaningful parameter info. The description mentions fill_holes but doesn't add meaningful parameter behavior beyond the schema's own minimal description, nor does it explain guid requirements or edge cases.

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?

Clear verb 'repair' with specific resource 'mesh'. Lists common issues (degenerate faces, duplicate vertices, unified normals, fill holes), making it obvious what it does. Distinct from rhino_check_mesh which is diagnostic only.

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?

No explicit when-to-use or alternatives mentioned. The purpose implies usage for meshes with these issues, but no guidance on when not to use or how it compares to other mesh tools like rhino_cap_planar_holes or rhino_check_mesh.

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/kbangaru-cyber/Rhino-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server