Search database records
search_recordsSearch across RPG Maker MV database records by substring. Returns matching records with type, id, name, and matched field.
Instructions
Case-insensitive substring search across database records (name, nickname, description, note, profile, messages). Searches one type, or all types when type is omitted. Returns {type, id, name, matchedIn} summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Database to search; omit to search all databases | |
| limit | No | ||
| query | Yes |