List database records
list_recordsBrowse all records of any RPG Maker MV database type, returning ID and name summaries for easy selection.
Instructions
List all records of a database type as {id, name} summaries. Use get_record for full data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Which database to access (e.g. actors, items, skills, troops, commonEvents) |