Skip to main content
Glama

delete_node

Remove a specified node from the Godot scene using its path. Helps clean up unwanted objects or reset scene states during automated testing.

Instructions

Delete a node from the scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description is the sole source of behavioral information. It simply states 'Delete a node from the scene' without disclosing whether the deletion is permanent, recursive, what happens to child nodes, or any error conditions.

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 concise sentence with no redundant wording. It is clear and direct, though it lacks necessary detail. As a short statement, it is appropriately sized but could be more informative.

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 destructive operation with no annotations, no output schema, and a single parameter, the description is too sparse. It does not explain the impact of the deletion, the expected format of 'path', or potential failures. This is incomplete relative to the tool's complexity.

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?

The input schema has one parameter 'path' with 0% description coverage. The tool description does not mention or explain this parameter, leaving the agent to infer that 'path' refers to the node's path from context. No additional meaning is provided beyond the schema itself.

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 uses a specific verb 'delete' and a clear resource 'a node from the scene', which distinguishes it from sibling tools like add_node or move_node. However, it does not specify the scope of deletion (e.g., recursive or just the node itself), so it is not fully complete.

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?

There is no guidance on when to use this tool versus alternatives, nor any mention of prerequisites or edge cases. The description gives no context for when deletion is appropriate or what conditions might prevent deletion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/adityaairlangga12/lentera-godot-mcp'

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