command_run
Run a Zotero CLI command by its exact path, passing positional args and safe flags; control writes via yes, dry-run, and other gate flags.
Instructions
Run one mirrorable Cobra command by its space-separated command path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional positional arguments only; raw flags rejected. | |
| name | Yes | Exact space-separated command path to run, such as "items enrich". | |
| flags | No | Safe flags to pass by name: command-local flags plus, for mutating commands, the write-safety gate flags (yes, dry-run, allow-destructive, allow-zotero-cloud, max-changes, continue-on-error, max-failures) — pass {"yes": true} to apply a write. Inspect available flags via command_search. |