Search project
searchFind symbols, node types, signal names, and TODOs across Godot project files. Returns file:line matches for any literal text to speed up code navigation.
Instructions
Grep across scripts, scenes and resources. Finds symbol definitions, node types used in scenes, signal names, TODOs. Returns file:line with the matching line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict which file kinds are searched. | all |
| limit | No | ||
| query | Yes | Literal text to find (not a regex). | |
| offset | No | ||
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. | |
| case_sensitive | No |