godot_search_docs
Search local Godot documentation for classes, methods, properties, signals, and constants using free-text queries or specific filters to find relevant engine information.
Instructions
Search the exact local Godot docs for the installed engine version, including class, method, property, signal, and constant docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text query, such as 'add child node' or 'timer start one shot'. | |
| class_name | No | Optional class filter or exact class lookup, such as Node, Timer, Sprite2D, or CharacterBody3D. | |
| member_name | No | Optional member filter or exact member lookup, such as add_child, start, position, or ready. | |
| member_type | No | Optional result type filter: any, class, method, property, signal, or constant. | any |
| max_results | No | Maximum number of matches to return. | |
| refresh_cache | No | Whether to rebuild the local docs cache from the selected Godot executable. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |