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 Row
google_appsheet:create_row
Create a new row in an AppSheet table.
Write
Medium risk
Delete Row
google_appsheet:delete_row
Delete a row from an AppSheet table. This action cannot be undone.
Write
High risk
Execute Action
google_appsheet:execute_action
Execute a custom action on a specific row in an AppSheet table.
Write
Medium risk
Get App
google_appsheet:get_app
Fetch details about a specific AppSheet application.
Read
Low risk
Get Row
google_appsheet:get_row
Fetch a single row from an AppSheet table by its key.
Read
Low risk
Get Table
google_appsheet:get_table
Get schema and metadata for a specific table in an AppSheet app.
Read
Low risk
List Apps
google_appsheet:list_apps
List all AppSheet applications accessible to the authenticated user.
Read
Low risk
List Rows
google_appsheet:list_rows
List rows from an AppSheet table with optional filtering.
Read
Low risk
List Tables
google_appsheet:list_tables
List all tables in an AppSheet application.
Read
Low risk
Sync App
google_appsheet:sync_app
Trigger a data sync for an AppSheet application to refresh data from connected sources.
Write
Medium risk
Update Row
google_appsheet:update_row
Update an existing row in an AppSheet table.
Write
Medium risk