Skip to main content
Glama
sterion66

io.github.sterion66/godot

by sterion66

Get Project Info

godot_get_project_info
Read-only

Retrieve essential details about a Godot project by finding and reading its project.godot file, optionally specifying the path.

Instructions

Get detailed information about the Godot project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNoOptional path to project.godot file (defaults to finding it)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description is consistent with the readOnlyHint annotation, indicating a read operation with no destructive side effects. However, it adds no behavioral detail beyond what annotations already provide, such as what 'detailed information' includes or how the project is located. Given the annotation coverage, this is acceptable but not enriched.

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, short sentence with no filler or redundant content. It is front-loaded with the main action, though the phrase 'detailed information' is somewhat vague and duplicates the general idea already present in the title.

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 simple read-only tool with one optional parameter and an output schema, the description is minimally adequate. It does not, however, clarify how this tool differs from godot_get_project_settings or what kind of 'detailed information' is returned, leaving some ambiguity for an agent selecting among siblings.

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?

The input schema covers the single parameter fully with a description: 'Optional path to project.godot file (defaults to finding it)'. The tool description adds no additional parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

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 states a clear verb and resource: 'Get detailed information about the Godot project.' It is not a tautology and is understandable on its own. However, it does not distinguish itself from the closely named sibling godot_get_project_settings, so it lacks sibling differentiation.

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 such as godot_get_project_settings or godot_get_file_info. The description only states what it does, with no context about when it is the appropriate choice. The optional project_path parameter could imply usage context, but the description does not explain it.

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