create_record
Add a new record to any ServiceNow table by providing the table name and field values. Use it to create incidents, CMDB entries, or custom records directly from an MCP client.
Instructions
Create a new record in any ServiceNow table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Record field values as key-value pairs | |
| table_name | Yes | The ServiceNow table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||