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 Record
quickbase:create_record
Create a new record in a QuickBase table with specified field values.
Write
Medium risk
Delete Record
quickbase:delete_record
Delete a record from a QuickBase table. This action cannot be undone.
Write
High risk
Get App
quickbase:get_app
Get information about a QuickBase application including its properties and metadata.
Read
Low risk
Get Field
quickbase:get_field
Get detailed information about a specific field in a QuickBase table.
Read
Low risk
Get Record
quickbase:get_record
Fetch a single record from a QuickBase table by record ID.
Read
Low risk
Get Table
quickbase:get_table
Get information about a QuickBase table including its fields and properties.
Read
Low risk
List Fields
quickbase:list_fields
List all fields in a QuickBase table with their properties and types.
Read
Low risk
List Records
quickbase:list_records
Query records from a QuickBase table with filtering and sorting options.
Read
Low risk
List Tables
quickbase:list_tables
List all tables in a QuickBase application.
Read
Low risk
Run Report
quickbase:run_report
Run a saved QuickBase report and return the results.
Write
Medium risk
Update Record
quickbase:update_record
Update an existing record in a QuickBase table with new field values.
Write
Medium risk
Upsert Records
quickbase:upsert_records
Insert new records or update existing ones based on merge field criteria.
Write
Medium risk