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.
Bulk Import Rows
orca_scan:bulk_import_rows
Import multiple rows into a sheet at once. Efficient for large datasets.
Write
Medium risk
Create Row
orca_scan:create_row
Create a new row in a sheet with barcode and data.
Write
Medium risk
Create Sheet
orca_scan:create_sheet
Create a new sheet with optional column definitions and settings.
Write
Medium risk
Delete Row
orca_scan:delete_row
Permanently delete a row from a sheet. This action cannot be undone.
Write
High risk
Delete Sheet
orca_scan:delete_sheet
Permanently delete a sheet and all its data. This action cannot be undone.
Write
High risk
Export Sheet Data
orca_scan:export_sheet_data
Export all data from a sheet in various formats with optional filtering.
Write
Low risk
Get Row
orca_scan:get_row
Fetch a single row by ID from a specific sheet.
Read
Low risk
Get Sheet
orca_scan:get_sheet
Fetch a single sheet by ID with its configuration and metadata.
Read
Low risk
List Rows
orca_scan:list_rows
List rows from a sheet with optional filtering, searching, and pagination.
Read
Low risk
List Sheets
orca_scan:list_sheets
List all sheets in the account with optional filtering and pagination.
Read
Low risk
Search By Barcode
orca_scan:search_by_barcode
Search for rows by barcode across all sheets or within a specific sheet.
Read
Low risk
Update Row
orca_scan:update_row
Update an existing row's barcode, data, or location.
Write
Medium risk
Update Sheet
orca_scan:update_sheet
Update an existing sheet's name, description, or settings.
Write
Medium risk