Execute Code
execute_codeRun custom PyQGIS code to handle operations not covered by standard tools. Directly access project, interface, and core classes, capturing output for debugging.
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 |