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 Create Rows
sheetdb:bulk_create_rows
Create multiple rows in a single request for better performance.
Write
Medium risk
Count Rows
sheetdb:count_rows
Count the total number of rows in a sheet, optionally with filtering.
Read
Low risk
Create Row
sheetdb:create_row
Create a new row in the sheet with the provided data.
Write
Medium risk
Delete Row
sheetdb:delete_row
Delete a row by finding it with an identifier column/value. This action is irreversible.
Write
High risk
Get Row
sheetdb:get_row
Get a specific row by searching for a value in a column.
Read
Low risk
Get Sheet Info
sheetdb:get_sheet_info
Get basic information about a sheet including available tabs/sheets.
Read
Low risk
List Rows
sheetdb:list_rows
List all rows from a SheetDB sheet with optional filtering and pagination.
Read
Low risk
Search Rows
sheetdb:search_rows
Search for rows matching specific column criteria.
Read
Low risk
Update Row
sheetdb:update_row
Update an existing row by finding it with an identifier column/value.
Write
Medium risk