Skip to main content
Glama
xinyuzjj

Godot MCP Enhanced

by xinyuzjj

create_script

Creates a new GDScript file in a Godot project, supporting templates for common node types.

Instructions

Create a new GDScript file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesPath to the Godot project directory
scriptPathYesPath where the script will be saved (relative to project)
templateNoOptional template type: empty, node2d, node3d, control, character2d, character3d
classNameNoOptional class name for the script
Behavior2/5

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

No annotations provided, so description must disclose behavioral traits. It only states creation of a file but does not describe side effects (e.g., file overwrites, folder creation), permissions needed, or error conditions. Minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, very concise. However, it is under-informative given the tool's complexity. Conciseness is good, but structure lacks necessary details for agent understanding.

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 4 parameters and no output schema or annotations, the description is incomplete. It does not explain return values, error handling, or workflow context (e.g., where the script fits in a project). Lacks crucial context for effective use.

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 input schema already describes each parameter. The description adds no additional meaning beyond the schema, thus meeting the baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states verb 'Create' and resource 'GDScript file', but is too vague. Does not differentiate from sibling tools like attach_script or create_scene, which also involve script creation. Lacks specific context about what the script file entails.

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 on when to use this tool versus alternatives. No mention of prerequisites, when it is appropriate to create a script, or when to avoid it (e.g., if a similar script exists). Sibling tools like attach_script are not contrasted.

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

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