list_tool_versions
List a tool's version history, including checkpoints and major releases, to retrieve the versionId needed for restoration.
Instructions
List a tool's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_tool_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The tool's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |