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.
Cancel Appointment
cats:cancel_appointment
Cancel an existing appointment and optionally notify the owner.
Write
High risk
Create Appointment
cats:create_appointment
Create a new appointment for a cat.
Write
Medium risk
Create Cat
cats:create_cat
Create a new cat record with owner assignment.
Write
Medium risk
Create Medical Record
cats:create_medical_record
Create a new medical record for a cat visit.
Write
Medium risk
Create Owner
cats:create_owner
Create a new owner record with contact information.
Write
Medium risk
Delete Cat
cats:delete_cat
Delete a cat record permanently. This action cannot be undone.
Write
High risk
Get Appointment
cats:get_appointment
Fetch a single appointment by ID with cat and owner details.
Read
Low risk
Get Cat
cats:get_cat
Fetch a single cat record by ID with full details including owner and medical info.
Read
Low risk
Get Medical Record
cats:get_medical_record
Fetch a single medical record by ID with full details and treatments.
Read
Low risk
Get Owner
cats:get_owner
Fetch a single owner record by ID with their cats and contact information.
Read
Low risk
List Appointments
cats:list_appointments
List appointments with optional filtering by cat, owner, date range, or status.
Read
Low risk
List Cats
cats:list_cats
List cats with optional filtering by owner, breed, status, or search query.
Read
Low risk
List Medical Records
cats:list_medical_records
List medical records with optional filtering by cat, date range, or visit type.
Read
Low risk
List Owners
cats:list_owners
List owners with optional filtering by location, status, or search query.
Read
Low risk
Update Appointment
cats:update_appointment
Update an existing appointment with new details or status.
Write
Medium risk
Update Cat
cats:update_cat
Update an existing cat record with new information.
Write
Medium risk
Update Owner
cats:update_owner
Update an existing owner record with new contact information.
Write
Medium risk