action_run
Run raw Inkscape action chains and get precise failure explanations, distinguishing window-scoped actions, dead registry entries, and typos.
Instructions
Run any raw Inkscape action chain. Checks scope first and explains precisely why an action failed: window-scoped, a dead registry entry, or a genuine typo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | No | A raw Inkscape action chain, semicolon separated. | |
| timeout | No | Seconds before the Inkscape call is abandoned. | |
| input_path | No | Source file to read. | |
| output_path | No | File to write. Overwritten if it exists. | |
| ignore_scope | No | Run even when the action is known to be window-scoped. |