Manage Script Version
manage_script_versionCreate immutable snapshots of Google Apps Script projects to track code versions. Specify a script ID and optional description to capture the current state.
Instructions
Create immutable version snapshots of a script project.
Versions capture a snapshot of the current script code; once created they cannot be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | "create". | |
| script_id | Yes | The script project ID. | |
| description | No | Optional description for the new version (create only). | |
| user_google_email | Yes | User's email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |