Skip to main content
Glama
veoery
by veoery

measure_distance

Measures the distance between two objects in a Rhino file by specifying their indices. Returns distance measurement information.

Instructions

Measure the distance between two objects in a Rhino file.

Args: file_path: Path to the .3dm file object_index1: Index of the first object object_index2: Index of the second object

Returns: Distance measurement information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
object_index1Yes
object_index2Yes
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It only states the basic purpose and parameter types, but omits details like whether the file must be open, units of measurement, or side effects (if any).

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?

Description is a concise docstring with no superfluous text. Each sentence serves a purpose: purpose, args, returns. Structurally clear and front-loaded.

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?

No output schema and no annotations; the description only gives vague return info 'Distance measurement information'. Missing details on error handling, return format, or prerequisites. For a simple tool, basic completeness is lacking.

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?

Schema has 0% description coverage, so the description adds meaning by explaining parameters: 'Path to the .3dm file', 'Index of the first object', etc. This goes beyond the schema's bare types and titles, though it could specify indexing start (0-based vs 1-based).

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?

Description clearly states 'Measure the distance between two objects in a Rhino file', providing a specific verb and resource. However, it does not differentiate from sibling tools like 'analyze_rhino_file' which might also measure distances.

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 on when to use this tool versus alternatives, nor any prerequisites or conditions for use. The description is purely functional without context.

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/veoery/GH_mcp_server'

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