Batch Commands
batch_commandsGroup multiple non-destructive QGIS commands into one batch execution to minimize API calls and improve performance.
Instructions
Execute multiple commands in a single round-trip. Each command is {"type": "", "params": {...}}. Destructive commands (execute_code, remove_layer, delete_features, set_setting, reload_plugin) are not allowed in batch — use them individually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes |