create_update_set
Create a named package to capture all configuration changes for migration, enabling review and deployment across ServiceNow instances.
Instructions
Create a ServiceNow Update Set before starting any migration setup. An Update Set captures all configuration changes (staging tables, transform maps, field maps, scripts, etc.) into a named package that can be reviewed, exported, and deployed to other ServiceNow instances (e.g. from dev → test → production).
IMPORTANT: Always ask the user for a name before calling this tool. A good name includes the source platform, project/object, and date — e.g.: "Jira KAN Migration - June 2026" "Salesforce Account Migration - v1"
Call this after connect() and before build_artifacts() so all artifacts created during setup are captured in the update set.
Also use list_update_sets to show existing in-progress update sets in case the user wants to reuse one instead of creating a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the update set — ask the user for this before calling | |
| description | No | Optional description of what this update set contains |