Skip to main content
Glama
sterion66

io.github.sterion66/godot

by sterion66

Read GDScript

godot_read_script
Read-only

Read and parse GDScript files to provide structured code content for AI-assisted Godot development. Specify the .gd file path and optional project root to retrieve script details.

Instructions

Read and parse a GDScript file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_pathYesPath to the .gd file
project_pathNoOptional project root (defaults to discovery from cwd)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe-read nature is known. The description adds the parsing aspect, suggesting the tool returns structured script data rather than raw text. It does not discuss side effects, but none are expected for a read-only operation.

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, tightly worded sentence with no filler. The verb and resource are front-loaded, and every word contributes to the meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity read-only tool, the readOnly annotation, fully described schema, and presence of an output schema cover most agent needs. The only minor gap is that it does not explicitly orient the agent away from sibling alternatives, but that is not essential given the tool's simplicity.

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 script_path and project_path both documented in the input schema. The description itself adds no parameter-specific detail, so it relies on the schema to carry that meaning.

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 names a specific verb ('read and parse') and a specific resource ('GDScript file'), making the action unambiguous. It also distinguishes from sibling tools like godot_read_scene, which targets scene files, and godot_list_scripts, which lists rather than reads.

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?

There is no explicit when-to-use or when-not-to-use guidance, nor any mention of alternatives. However, the plain purpose statement implies that this tool is for reading and parsing a .gd file, which provides minimal but sufficient use context for a straightforward read operation.

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

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