update_record
Update an existing record in any ServiceNow table. Preview a before→after field diff with dry_run before writing.
Instructions
Update an existing record in any ServiceNow table (requires WRITE_ENABLED=true). Pass dry_run=true to preview a before→after field diff without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (e.g., "incident", "sys_user_preference") | |
| fields | Yes | Key-value pairs of fields to update | |
| sys_id | Yes | 32-character system ID of the record to update | |
| dry_run | No | Preview only — return a before→after diff without updating the record |