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 Column
google_sheets:add_column
Create a new column in a spreadsheet
Write
Medium risk
Add Conditional Format Rule
google_sheets:add_conditional_format_rule
Create conditional formatting with color scales or custom formulas
Write
Medium risk
Add Multiple Rows
google_sheets:add_multiple_rows
Add multiple rows of data to a Google Sheet
Write
Medium risk
Add Protected Range
google_sheets:add_protected_range
Add edit protection to cell range with permissions
Write
Medium risk
Add Single Row
google_sheets:add_single_row
Add a single row of data to Google Sheets. Optionally insert the row at a specific index (e.g., row 2 to insert after headers, shifting existing data down)
Write
Medium risk
Clear Cell
google_sheets:clear_cell
Delete the content of a specific cell in a spreadsheet
Write
Medium risk
Clear Rows
google_sheets:clear_rows
Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows
Write
Medium risk
Copy Worksheet
google_sheets:copy_worksheet
Copy an existing worksheet to another Google Sheets file
Write
Medium risk
Create Spreadsheet
google_sheets:create_spreadsheet
Create a blank spreadsheet or duplicate an existing spreadsheet
Write
Medium risk
Create Worksheet
google_sheets:create_worksheet
Create a blank worksheet with a title
Write
Medium risk
Delete Conditional Format Rule
google_sheets:delete_conditional_format_rule
Remove conditional formatting rule by index
Write
High risk
Delete Rows
google_sheets:delete_rows
Deletes the specified rows from a spreadsheet
Write
High risk
Delete Worksheet
google_sheets:delete_worksheet
Delete a specific worksheet
Write
High risk
Find Row
google_sheets:find_row
Find one or more rows by a column and value
Read
Low risk
Get Cell
google_sheets:get_cell
Fetch the contents of a specific cell in a spreadsheet
Read
Low risk
Get Current User
google_sheets:get_current_user
Retrieve Google Sheets account metadata for the authenticated user by calling Drive's `about.get`, returning the user profile (display name, email, permission ID) and storage quota information. Helpful when you need to verify which Google account is active, tailor sheet operations to available storage, or give an LLM clear context about the user identity before composing read/write actions. See the Drive API documentation.
Read
Low risk
Get Spreadsheet by ID
google_sheets:get_spreadsheet_by_id
Returns the spreadsheet at the given ID for more information
Read
Low risk
Get Values in Range
google_sheets:get_values_in_range
Get all values or values from a range of cells using A1 notation
Read
Low risk
Insert an Anchored Note
google_sheets:insert_anchored_note
Insert a note on a spreadsheet cell
Write
Medium risk
Insert Comment
google_sheets:insert_comment
Insert a comment into a spreadsheet
Write
Medium risk
Insert Dimension
google_sheets:insert_dimension
Insert a dimension into a spreadsheet
Write
Medium risk
List Worksheets
google_sheets:list_worksheets
Get a list of all worksheets in a spreadsheet
Read
Low risk
Merge Cells
google_sheets:merge_cells
Merge a range of cells into a single cell
Write
Medium risk
Move Dimension
google_sheets:move_dimension
Move a dimension in a spreadsheet
Write
Medium risk
Set Data Validation
google_sheets:set_data_validation
Add data validation rules to cells (dropdowns, checkboxes, date/number validation)
Write
Medium risk
Update Cell
google_sheets:update_cell
Update a cell in a spreadsheet
Write
Medium risk
Update Conditional Format Rule
google_sheets:update_conditional_format_rule
Modify existing conditional formatting rule
Write
Medium risk
Update Formatting
google_sheets:update_formatting
Update the formatting of a cell in a spreadsheet
Write
Medium risk
Update Multiple Rows
google_sheets:update_multiple_rows
Update multiple rows in a spreadsheet defined by a range
Write
Medium risk
Update Row
google_sheets:update_row
Update a row in a spreadsheet
Write
Medium risk
Upsert Row
google_sheets:upsert_row
Upsert a row of data in a Google Sheet
Write
Medium risk