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.
Aggregate Records
xata:aggregate_records
Perform aggregations on records in a Xata table.
Write
Medium risk
Bulk Insert
xata:bulk_insert
Insert multiple records into a Xata table in a single operation.
Write
Medium risk
Create Record
xata:create_record
Create a new record in a Xata table.
Write
Medium risk
Delete Record
xata:delete_record
Delete a record from a Xata table. This action cannot be undone.
Write
High risk
Get Record
xata:get_record
Fetch a single record by ID from a Xata table.
Read
Low risk
Get Table Schema
xata:get_table_schema
Get the schema definition for a Xata table including columns and their types.
Read
Low risk
List Records
xata:list_records
List records from a Xata table with filtering, sorting, and pagination.
Read
Low risk
List Tables
xata:list_tables
List all tables in the Xata database.
Read
Low risk
Search Records
xata:search_records
Search records in a Xata table using full-text search.
Read
Low risk
Update Record
xata:update_record
Update an existing record in a Xata table.
Write
Medium risk