Skip to main content
Glama

editor_set_occluder_param

Set any property on an Occluder node in the current scene by providing node path, parameter key, and GDScript literal value.

Instructions

Set a property on an Occluder node in the open scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramYesProperty key to set (e.g. "mass", "energy", "visible")
valueYesProperty value as GDScript literal (e.g. "40.0", "true", "Color(1,0,0,1)")
node_pathYesNode path in the currently open scene
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states the action and target, without mentioning side effects, prerequisites, error behavior, or whether the operation is destructive or reversible.

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?

The description is a single, direct sentence containing all necessary information without any filler or repetition. It is well-structured and front-loaded.

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 a simple parameter setter with no output schema, and the description provides enough to understand its purpose. However, it lacks details on prerequisites (e.g., node existence), failure handling, and return behavior, making it minimally adequate.

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

Parameters3/5

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

Schema description coverage is 100% with clear descriptions for all three parameters (property key, GDScript literal value, node path). The description adds minimal extra meaning beyond specifying the target node type, so baseline 3 is appropriate.

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 a specific action ('Set') on a specific resource ('property on an Occluder node') with context ('in the open scene'). This distinguishes it from sibling setter tools for other node types.

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?

Usage is implied by the description: it should be used to set properties on Occluder nodes. However, it does not explicitly mention alternatives or exclusions, relying on the tool name and node type to differentiate from similar setters.

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/yanhuifair/Godot-MCP'

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