Skip to main content
Glama
Chen19007
by Chen19007

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GODOT_BINNoGodot executable path (optional, default uses system PATH)godot

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
gdlintC

运行 gdlint 检查 GDScript 文件

gdformatC

运行 gdformat 格式化 GDScript 文件

godot_export_validateC

使用 Godot 导出验证检查依赖错误

godot_check_allB

执行完整的 Godot 项目检查(lint + format + export)

godot_get_errorsC

解析并返回最近的错误信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

The tools have distinct purposes: lint, format, export validation, all-in-one check, and error retrieval. The only overlap is godot_check_all intentionally combining the first three, but its description makes the all-in-one nature clear.

Naming Consistency2/5

The names mix short no-underscore forms like gdlint and gdformat with snake_case godot_* names, and the prefix alternates between gd and godot. The verbs are readable, but the naming pattern is not predictable or consistent.

Tool Count5/5

Five tools is well-scoped for a Godot project quality-checking server. Each tool serves a distinct step in the workflow, and the composite check earns its place without bloating the set.

Completeness4/5

The set covers the lint, format, export-validation, and error-retrieval workflow with no major dead ends. Some extended features such as per-file targeting or structured diagnostics are missing, but agents can work around them.

Maintenance

ActivityInactive
ResponsivenessNo issues