Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

rhino_validate_brep

Read-only

Check Brep validity: determine if closed, solid, and manifold, obtain face and edge counts, and get a detailed issue log with naked-edge lengths.

Instructions

Validate a Brep — closed/solid/manifold, face/edge counts, log of issues.

    Standalone surfaces ``IsValid``/``IsSolid``/``IsManifold``/edge+face
    counts and the rhino3dm validation log. Bridge mode adds a list of
    naked-edge identifiers and lengths via RhinoCommon.
    

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.2/5.0
Behavior4/5

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

Annotations already mark the tool as readOnlyHint=true, so the description does not need to re-state safety. It adds useful behavioral detail beyond annotations: standalone mode returns IsValid/IsSolid/IsManifold, counts, and a validation log, while bridge mode adds naked-edge identifiers and lengths. The only notable gap is that 'Bridge mode' is not defined in terms of inputs or environment.

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?

The description is appropriately concise and front-loaded with the main purpose. The second sentence adds valuable detail, though the indentation and unexplained 'Bridge mode' phrase add minor ambiguity. Overall, every sentence contributes.

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?

An output schema exists, so return values are already documented elsewhere, and the readOnlyHint annotation covers mutation concerns. However, the tool has at least one important ambiguity—what triggers bridge mode and how it changes validation—and no guidance on selecting this tool over related validation/checking tools. This is adequate but not fully complete.

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 reported as 0%, and the description does not explain the parameters or how doc_id/object_id affect behavior. The mention of 'Standalone' vs 'Bridge mode' is relevant to behavior but is not mapped to a parameter, leaving the agent without enough information about how to select a mode.

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 opens with a specific verb and resource: 'Validate a Brep', followed by the key validation dimensions (closed/solid/manifold, face/edge counts, issue log). This clearly identifies the tool's function, though it does not explicitly differentiate it from nearby validation tools like rhino_check_naked_edges or rhino_check_bad_objects.

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?

The description does not state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. It implies a validation use case but leaves the agent to infer when this is the right choice among many similar geometry-analysis tools.

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