Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

gh_set_panel

Set the text content of a Grasshopper Panel component by providing the component ID and the new text.

Instructions

Set the text contents of a Panel component.

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.3/5.0
Behavior3/5

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

Annotations provide readOnlyHint=false, and the description explicitly indicates a mutating operation on a Panel's text, which is consistent. However, it adds little behavioral depth beyond the basic 'set' action—it does not say whether text is overwritten wholesale, whether the component must already exist, or what side effects occur.

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 one front-loaded sentence with no filler. It is appropriately concise for a simple tool, though it could have used the saved space to add parameter or usage context.

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?

The tool is simple and an output schema exists, so return-value documentation is not required. Still, the description omits how to identify the target Panel beyond the schema field name and lacks any guidance on how component_id relates to the broader Grasshopper document, making it minimally viable rather than 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 0%, and the description only sheds light on 'text' ('text contents'); it does not explain component_id's role or how to obtain/format it. The parameter names and titles are self-explanatory at a basic level, but the description does not compensate for the lack of schema documentation.

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 specific verb ('set'), a precise resource ('text contents of a Panel component'), and this distinguishes it from sibling gh_set_slider/gh_set_toggle/gh_set_parameter tools. The GH context is reinforced by the title, so there is no ambiguity about which component type is targeted.

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 choose this tool over alternatives such as gh_set_parameter or gh_set_toggle, nor does it mention prerequisites like obtaining a component_id from gh_component_list. The description only states what the tool does, not when to use it.

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