Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

rhino_repair_subd

Repair selected SubD objects to fix topology issues and restore clean geometry.

Instructions

    Repair selected SubD objects to fix topology issues.
    
    Args:
    controller: RhinoController instance.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations exist, so the description must carry the burden of disclosing mutation effects. 'Repair' implies modifying SubD objects, but the description does not mention reversibility, which topology issues are addressed, or what happens to the object after the operation.

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

Conciseness3/5

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

The first sentence is concise and front-loaded with the core purpose. The Args line for controller is extraneous and potentially misleading given the empty input schema, so not every sentence earns its place.

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

Completeness2/5

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

For a mutation-focused tool with no annotations and no schema parameters, the description omits important context: what selection state is required, what the operation changes, and what output is produced. It only provides a high-level action statement.

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

Parameters4/5

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

The input schema has zero properties, so there are no parameter details the description must cover. The 'controller: RhinoController instance' line is not reflected in the schema and adds no invocation-relevant meaning, but the zero-param baseline keeps this dimension acceptable.

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 states a clear action, 'Repair selected SubD objects to fix topology issues', with a specific verb and resource. It identifies SubD objects explicitly, which distinguishes it from mesh repair tools like rhino_mesh_repair and from SubD creation/modification siblings.

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 usage context is implied: use when a selected SubD object has topology issues. However, it does not explicitly describe when to choose this tool over alternatives, how selection should be prepared, or any exclusions.

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