ServiceNow · Capability
ServiceNow Data Integration And Configuration
Unified workflow for data integration and configuration management combining import sets for ETL, CMDB for configuration items, and attachment management. Used by integration engineers and CMDB administrators.
What You Can Do
POST
Insert import set record
— Insert a record into a staging table.
/v1/import-sets/{stagingTableName}
POST
Insert multiple import set records
— Insert multiple records into a staging table.
/v1/import-sets/{stagingTableName}/bulk
GET
List cmdb instances
— List CIs by class.
/v1/cmdb-instances/{className}
GET
Get cmdb instance
— Get a specific CI.
/v1/cmdb-instances/{className}/{sys_id}
GET
List attachments
— List attachments.
/v1/attachments
GET
Get attachment
— Get attachment metadata.
/v1/attachments/{sys_id}
DELETE
Delete attachment
— Delete an attachment.
/v1/attachments/{sys_id}
MCP Tools
insert-import-set-record
Insert a single record into an import set staging table.
insert-multiple-import-set-records
Insert multiple records into an import set staging table.
list-cmdb-instances
List configuration items by CMDB class.
read-only
idempotent
get-cmdb-instance
Retrieve full details of a configuration item.
read-only
idempotent
list-attachments
List file attachment metadata.
read-only
idempotent
get-attachment
Get metadata for a specific attachment.
read-only
idempotent
download-attachment-file
Download the binary file content of an attachment.
read-only
idempotent
delete-attachment
Delete an attachment and its file content.
idempotent
upload-attachment-binary
Upload a file as a binary stream attached to a record.
APIs Used
servicenow-import-set
servicenow-cmdb-instance
servicenow-attachment