Skip to main content
Glama
minami110

GDScript Code Analyzer

by minami110

get_gdscript_structure

Analyze GDScript files to extract class, function, signal, and variable structures with line numbers for efficient code navigation and understanding.

Instructions

Get a high-level structure view of a GDScript file, showing all classes, functions, signals, and variables with their line numbers.

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the GDScript file

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the GDScript file", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

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/minami110/mcp-gdscript'

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