search_entities
Find PlayCanvas entities by fuzzy-matching partial names, with results returned as ranked compact summaries.
Instructions
Fuzzy-search entities by name and return the best matches ranked by relevance (each as a compact summary). Use this to find an entity when you only know part of its name. When NOT to use: to filter by component or tag (use list_entities) or to find entities using a script (use find_entities_by_script).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: all matches) | |
| query | Yes | Name (or partial name) to fuzzy-match against |