Skip to main content
Glama

replace_symbol_body

Replace function or symbol bodies in GDScript files with hash verification to prevent stale edits during Godot development.

Instructions

Replace the entire body of a function or symbol in a GDScript file. Hash-verified to prevent stale edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesPath to the .gd file
symbolYesName of the symbol to replace
newBodyYesNew source code for the symbol
expectedHashNoExpected content hash of the file. If provided, edit is rejected on mismatch.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool performs a replacement operation (implying mutation) and includes hash verification for conflict prevention, which adds useful behavioral context. However, it doesn't cover error handling, permissions needed, or what happens on failure, leaving gaps for a mutation tool.

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, efficient sentence that front-loads the core action and includes a key behavioral trait (hash verification). There is zero waste, and every word earns its place.

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?

For a mutation tool with 4 parameters, no annotations, and no output schema, the description is moderately complete. It covers the purpose and a key safety feature (hash verification), but lacks details on return values, error conditions, or integration with sibling tools, leaving room for improvement given the complexity.

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%, so the schema already documents all parameters thoroughly. The description adds no additional meaning about parameters beyond what's in the schema, such as format details or examples. Baseline 3 is appropriate when the schema does the heavy lifting.

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 specific action ('Replace the entire body'), target resource ('function or symbol in a GDScript file'), and distinguishes it from siblings like 'rename_symbol' or 'replace_content' by specifying it's about body replacement rather than renaming or general content replacement.

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 editing GDScript files and mentions hash verification to prevent stale edits, which provides some context. However, it doesn't explicitly state when to use this tool versus alternatives like 'modify_node_property' or 'insert_after_symbol', nor does it mention prerequisites or exclusions.

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/woohq/godette-mcp'

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