Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

rhino_array_polar

Create circular arrays of selected objects around a center point, specifying count and total angle for even distribution.

Instructions

Array objects in a polar pattern.

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

C2.6/5.0
Behavior2/5

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

Annotations only indicate mutation via readOnlyHint=false. The description does not add behavioral context such as whether the original objects are copied or moved, whether new objects are created in the document, or how count and total angle affect the result.

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 front-loaded sentence with no filler. It is concise, though it could be expanded with additional guidance without becoming bloated.

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 tool with six parameters and no property descriptions, this description is far too thin. It does not explain polar-array semantics like rotation around a center point, angle coverage, or axis specification, leaving the agent under-informed for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no parameter meaning. An agent cannot infer the roles of object_ids, center, count, total_angle_degrees, axis, or doc_id from the text, so the description fails to compensate for the schema gap.

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 states a specific action ('Array objects') and a specific pattern ('polar'), which is enough to distinguish it from linear and rectangular array siblings. However, it does not differentiate from the similarly named rhino_cmd_array_polar sibling.

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 is given on when to use this tool versus alternatives like rhino_array_linear, rhino_array_rectangular, or rhino_replicate_along_curve. There is also no mention of prerequisites such as needing an active document or existing object IDs.

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