lightroom_list_commands
Discover available Lightroom Classic commands to control photo editing and catalog management through AI automation.
Instructions
List command names currently exposed by the Lightroom plugin.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The tool handler lightroom_list_commands calls the system.list_commands method via the internal _call helper.
async def lightroom_list_commands() -> dict[str, Any]: """List command names currently exposed by the Lightroom plugin.""" return await _call("system.list_commands")