list_names
Returns ID-name pairs from a chosen RPG Maker MZ database table, letting you verify IDs before wiring events without loading full records.
Instructions
Cheap names-only index for a database table. Returns { id, name } entries instead of full records — use it to look up or sanity-check IDs before wiring them into events, without paying the token cost of a full get_*/search_* dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Which table to index: actors, classes, items, weapons, armors, skills, enemies, troops, states, common_events, tilesets, or maps. |