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 Records
nocodb:bulk_create_records
Create multiple records in a specific table in a single request.
Write
Medium risk
Bulk Delete Records
nocodb:bulk_delete_records
Delete multiple records from a specific table. This action cannot be undone.
Write
High risk
Bulk Update Records
nocodb:bulk_update_records
Update multiple records in a specific table in a single request.
Write
Low risk
Create Record
nocodb:create_record
Create a new record in a specific table.
Write
Medium risk
Delete Record
nocodb:delete_record
Delete a record from a specific table. This action cannot be undone.
Write
High risk
Get Base
nocodb:get_base
Fetch details of a specific base including its tables and metadata.
Read
Low risk
Get Record
nocodb:get_record
Fetch a single record by its ID from a specific table.
Read
Low risk
Get Table
nocodb:get_table
Fetch details of a specific table including its columns and metadata.
Read
Low risk
List Bases
nocodb:list_bases
List all bases accessible with the current API key.
Read
Low risk
List Records
nocodb:list_records
List records from a specific table with optional filtering and sorting.
Read
Low risk
List Tables
nocodb:list_tables
List all tables in a specific base.
Read
Low risk
Search Records
nocodb:search_records
Search for records containing the query text in any text field.
Read
Low risk
Update Record
nocodb:update_record
Update an existing record in a specific table.
Write
Medium risk