list_plugin_commands
See which plugin commands your project supports for validation, scanned from js/plugins annotations and an allowlist, optionally filtered by plugin.
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) |