project_snapshot
Capture the complete QGIS project state, including all layers and metadata, in a single call. Use as a reference before running destructive operations to enable easy comparison and restoration.
Instructions
Capture the full project state - info plus every layer - in one call.
Equivalent to project_info + project_list_layers merged into one
payload. Useful as a reference point before a risky qgis_run_python or
qgis_run_algorithm call, so you know what to compare against or restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||