describe_class
Introspect a Godot built-in class to view its parent, properties, methods, and signals. Use to identify valid names before editing.
Instructions
Introspect a Godot built-in class via ClassDB: its parent, properties, methods, and signals. Use to discover valid property/signal names before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| className | Yes | The Godot class to describe (e.g. CharacterBody2D) |