utmt-search
Search GameMaker data files for entities by name pattern using case-insensitive substring matching, returning a JSON array with type, index, and name of each match.
Instructions
Search for entities by name pattern across a GameMaker data file. Case-insensitive substring match. Returns JSON array with type, index, and name of matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (case-insensitive substring match) | |
| cliPath | No | Path to UndertaleModCli executable | |
| entityTypes | No | Limit search to specific types (empty = all). E.g. ['sprites','code','rooms'] | |
| dataFilePath | Yes | Absolute path to the data file |