delete_tool_version
Delete a specific version from a tool's history without affecting the working draft or published version. This action is permanent after a grace period.
Instructions
Permanently remove one entry from a tool's version history. The working draft and the currently published version are protected and cannot be targeted this way. Recoverable with restore_deleted_tool_version until it is purged for good.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The tool's id. | |
| confirm | Yes | Must be true. Acknowledges you understand this is destructive. | |
| versionId | Yes | The version row's UUID (not the checkpoint number). |