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
adalo:create_record
Create a new record in an Adalo collection.
Write
Medium risk
Delete Record
adalo:delete_record
Delete a record from an Adalo collection. This action cannot be undone.
Write
High risk
Get App Info
adalo:get_app_info
Get information about your Adalo app including name, collections, and metadata.
Read
Low risk
Get Collection
adalo:get_collection
Get information about a specific collection including its schema and fields.
Read
Low risk
Get Record
adalo:get_record
Fetch a single record from an Adalo collection by ID.
Read
Low risk
List Collections
adalo:list_collections
List all collections in your Adalo app.
Read
Low risk
List Records
adalo:list_records
List records from an Adalo collection with optional filtering and pagination.
Read
Low risk
Search Records
adalo:search_records
Search records in an Adalo collection with filters and pagination.
Read
Low risk
Update Record
adalo:update_record
Update an existing record in an Adalo collection.
Write
Medium risk