godot_describe
Retrieve full parameter schemas for Godot call methods, showing types, required/optional fields, defaults, and annotations for each method.
Instructions
Get the full parameter schema (types, required/optional, defaults, annotations) for one or more godot_call methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| methods | Yes | Method names, e.g. ["add_node", "update_property"] |