create_record
Create a new record in any ServiceNow table. Use dry_run=true to preview the resolved payload before writing.
Instructions
Create a new record in any ServiceNow table (requires WRITE_ENABLED=true). Pass dry_run=true to preview the resolved payload without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (e.g., "incident", "sys_user_preference") | |
| fields | Yes | Key-value pairs for the new record fields | |
| dry_run | No | Preview only — return the resolved payload without creating the record |