Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Table Record
servicenow:create_table_record
Inserts one record in the specified table
Write
Medium risk
Delete Table Record
servicenow:delete_table_record
Deletes the specified record from a table
Write
High risk
Get Record Counts by Field
servicenow:get_record_counts_by_field
Retrieves the count of records grouped by a specified field from a ServiceNow table
Read
Low risk
Get Table Record by ID
servicenow:get_table_record_by_id
Retrieves a single record from a table by its ID
Read
Low risk
Get Table Records
servicenow:get_table_records
Retrieves multiple records for the specified table
Read
Low risk
Update Table Record
servicenow:update_table_record
Updates the specified record with the name-value pairs included in the request body
Write
Medium risk