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.
Add Rows
gigasheet:add_rows
Add new rows to a sheet. Column names must match existing columns.
Write
Medium risk
Create File
gigasheet:create_file
Create a new file by uploading data or importing from URL.
Write
Medium risk
Delete File
gigasheet:delete_file
Permanently delete a file. This action cannot be undone.
Write
High risk
Delete Rows
gigasheet:delete_rows
Delete rows based on filter criteria. This action cannot be undone.
Write
High risk
Export File
gigasheet:export_file
Export file data in various formats. Returns download URL or data.
Write
Medium risk
Get Export Status
gigasheet:get_export_status
Check the status of a file export operation.
Read
Low risk
Get File
gigasheet:get_file
Fetch a single file by ID with metadata and sheet information.
Read
Low risk
Get Sheet
gigasheet:get_sheet
Get sheet metadata including column information and row count.
Read
Low risk
List Files
gigasheet:list_files
List files with optional filtering and pagination.
Read
Low risk
Query Data
gigasheet:query_data
Query data from a sheet with filtering, sorting, and column selection.
Write
Low risk
Update File
gigasheet:update_file
Update file metadata like name, sharing status, or description.
Write
Medium risk
Update Rows
gigasheet:update_rows
Update existing rows based on filter criteria.
Write
Medium risk