Skip to main content
Glama
kbangaru-cyber

RhinoMCP

rhino_array_polar

Create a circular (polar) array of objects by setting center, axis, total angle, and number of copies.

Instructions

Create a polar (circular) array of objects around a center point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations declare readOnlyHint=false, indicating a write operation, which aligns with 'Create'. However, the description adds little beyond the name—it doesn't clarify whether original objects are copied or moved, whether any objects are modified in place, or what the output contains. Since annotations already cover the safety profile (non-destructive), the description fails to provide meaningful behavioral detail.

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 a single, grammatically clear sentence that front-loads the core concept. It is efficient in wording, but it sacrifices critical detail for brevity, making it borderline under-specification rather than well-structured conciseness.

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?

Given the tool's complexity (multiple parameters, nested schema, output schema, and many siblings), the description is grossly insufficient. It does not explain prerequisites (e.g., selecting objects), the meaning of 'angle' or 'axis', or expected return values. The presence of an output schema mitigates return-value explanation, but overall completeness for a tool like this is low.

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%—the description mentions no parameters. Although the input schema itself has detailed descriptions for guids, count, center, axis, and total_angle, the tool description does not compensate for the low coverage. An agent must rely entirely on the schema, and the description adds no guidance on how to use these parameters together.

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 clearly states the operation ('Create') and the resource ('polar (circular) array of objects around a center point'), distinguishing it from linear arrays and other creation tools. The action and target are specific and unambiguous.

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 description implies usage for circular arrangements but does not explicitly state when to prefer this tool over alternatives like rhino_array_linear. It lacks any contrast or condition-driven selection guidance, leaving the agent to infer context from the name alone.

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