ServiceNow · Capability
ServiceNow Table API — Table Records
ServiceNow Table API — Table Records. 6 operations. Lead operation: Servicenow List Records From a Table. Self-contained Naftiko capability covering one Servicenow business surface.
What You Can Do
GET
Listrecords
— Servicenow List Records From a Table
/v1/table/{tablename}
POST
Createrecord
— Servicenow Create a Record in a Table
/v1/table/{tablename}
GET
Getrecord
— Servicenow Retrieve a Single Record
/v1/table/{tablename}/{sys-id}
PUT
Updaterecord
— Servicenow Update a Record
/v1/table/{tablename}/{sys-id}
PATCH
Patchrecord
— Servicenow Patch a Record
/v1/table/{tablename}/{sys-id}
DELETE
Deleterecord
— Servicenow Delete a Record
/v1/table/{tablename}/{sys-id}
MCP Tools
servicenow-list-records-table
Servicenow List Records From a Table
read-only
idempotent
servicenow-create-record-table
Servicenow Create a Record in a Table
servicenow-retrieve-single-record
Servicenow Retrieve a Single Record
read-only
idempotent
servicenow-update-record
Servicenow Update a Record
idempotent
servicenow-patch-record
Servicenow Patch a Record
idempotent
servicenow-delete-record
Servicenow Delete a Record
idempotent