snapshot
Create project checkpoints before risky changes and list existing checkpoints to restore a previous state when needed.
Instructions
Create or list project checkpoints.
Take a checkpoint with `action="create"` before risky work so you can
inspect or restore it later; `action="list"` returns existing
checkpoints newest first and is free. Neither returns the checkpoint's
contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| limit | No | ||
| action | No | create | |
| metadata | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||