Skip to main content
Glama

Set up toolchain

godot_setup
Idempotent

Resolves the target Godot version, downloads the editor binary, installs export templates, and optionally installs a live-control bridge addon.

Instructions

Provision the Godot toolchain for a project: resolve the target version, download/locate the editor binary, install matching export templates, and (by default) install the godot_mcp live-control bridge addon. Safe to run repeatedly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoGodot version to use, e.g. "4.7", "4.7-stable", "stable"/"latest". Defaults to the project's declared version, then the latest stable release.
project_rootNoPath to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory.
install_bridgeNoInstall the godot_mcp bridge addon for live control.
response_formatNoOutput format. "markdown" is human-readable; "json" is structured.markdown
install_templatesNoDownload and install export templates.
Behavior4/5

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

The description adds specifics beyond the idempotentHint: it details the steps performed (version resolution, binary download/location, template and bridge installation). This gives the agent a good sense of the tool's behavior, though it doesn't cover failure modes or side effects.

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 sentence with enumerated actions, very concise and front-loaded. Every phrase is informative with no wasted words.

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?

Given there is no output schema, the description covers the core actions adequately. It explains what the tool does at a high level, but could mention return value or side effects (e.g., network usage) for full completeness.

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?

With 100% schema description coverage, the baseline is 3. The description provides an overview of the tool's actions but does not add meaning to individual parameters beyond what the schema already includes.

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 clearly states it provisions the Godot toolchain with specific steps (resolve version, download editor, install templates, install bridge). However, it does not explicitly differentiate from the sibling tool 'godot_install_bridge' which also installs the bridge addon, somewhat blurring boundary.

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 explicit guidance on when to use this tool versus alternatives like 'godot_install_bridge' or 'godot_run'. The description only notes it's safe to repeat, missing context on prerequisites or recommended usage sequence.

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

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