Skip to main content
Glama

Minimal Godot MCP

get_diagnostics

Check GDScript files for syntax errors, type errors, and code quality issues using Godot's Language Server. Analyze individual .gd files to identify programming problems and improve code reliability.

Instructions

Retrieve errors, warnings, and diagnostic messages for a GDScript (.gd) file from the Godot Language Server. Returns syntax errors, type errors, and code quality issues. Fast operation (<1s). Use this to check individual .gd files for problems. For workspace-wide scanning, use scan_workspace_diagnostics instead.

Input Schema

NameRequiredDescriptionDefault
file_pathYesAbsolute path to the GDScript (.gd) file to analyze for errors, warnings, and issues.

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Absolute path to the GDScript (.gd) file to analyze for errors, warnings, and issues.", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

Other Tools from Minimal Godot MCP

Related Tools

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

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