Execute Code
execute_codeRun custom PyQGIS code to perform operations not covered by other tools. Access QgsProject, iface, and core QGIS classes directly.
Instructions
Execute arbitrary PyQGIS code. Use for operations not covered by other tools. Has access to QgsProject, iface, and core QGIS classes. Returns stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |