list_plugin_commands
Discover all plugin commands your RPG Maker MZ project supports, scanned from plugin annotations and merged with an allowlist. Filter by plugin name to see command keys and arguments for validation.
Instructions
List every plugin command create_plugin_command can validate (plugin filename → command key → args): the plugins this project actually ships, scanned from their js/plugins/*.js annotations, merged over a small built-in allowlist. Pass pluginName to narrow to one plugin. Read-only. Use scan_plugins for the richer per-project view (arg types/defaults, enabled state); an unlisted plugin command can still be built, it just isn’t validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pluginName | No | Optional: restrict to one plugin (its filename without .js) |