GDScript Code Analyzer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | Set logging level (e.g., debug, info, warn) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_gdscript_fileA | Analyze a GDScript file and extract its structure (classes, functions, signals, variables, enums). Returns a comprehensive overview without reading the entire file into context. |
| get_gdscript_structureA | Get a high-level structure view of a GDScript file, showing all classes, functions, signals, and variables with their line numbers. |
| find_gdscript_symbolC | Search for a specific symbol (class, function, signal, etc.) in a GDScript file and get its details. |
| get_gdscript_dependenciesB | Extract dependencies from a GDScript file (extends, preload, import statements). |
| analyze_gdscript_codeB | Analyze GDScript code provided directly and extract its structure. |
| set_project_rootB | Set the project root directory to enable project-wide analysis. This will index all .gd files in the project. |
| get_project_rootA | Get the current project root directory and count of indexed GDScript files. |
| find_referencesB | Find all references to a symbol across the project or in a specific file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/minami110/mcp-gdscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server