Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GODOT_PATHNoPath to the Godot executable (optional if 'godot' is on PATH).
GODOT_DEVTOOL_WS_PORTNoWebSocket port for the bridge (default 8766).8766

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_capabilitiesA

Return a lightweight godot-devtool tool catalog by default, with optional filtered input schemas by route group, transport, risk level, tool name, or query

get_godot_versionA

Get the installed Godot version

list_projectsA

List Godot projects in a directory

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: returning the tool catalog, retrieving the Godot version, and listing projects. There is no overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with underscores (get_capabilities, get_godot_version, list_projects).

Tool Count4/5

With only 3 tools, the set is small but not unreasonable for a focused development tool. It could be more comprehensive but feels appropriate for a minimal server.

Completeness3/5

The tools cover basic information retrieval (version, project listing) but lack actions like running or exporting projects. Notable gaps exist for a development tool server.

Maintenance

ActivityStale
ResponsivenessUnresponsive