Search API docs
godot_api_searchFind Godot class reference entries matching a query, including class names, methods, members, and signals. Returns results ranked by relevance for the target version.
Instructions
Search the Godot class reference for the target version: matches class names, brief descriptions, and method/member/signal names. Returns ranked hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return. | |
| query | Yes | What to search for, e.g. "CharacterBody2D", "move_and_slide", "tween". | |
| version | No | Godot version to use, e.g. "4.7", "4.7-stable", "stable"/"latest". Defaults to the project's declared version, then the latest stable release. | |
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |