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.
Complete Task
trestle:complete_task
Mark a task as completed in Trestle.
Write
Medium risk
Create Contact
trestle:create_contact
Create a new contact in Trestle.
Write
Medium risk
Create Task
trestle:create_task
Create a new task in Trestle.
Write
Medium risk
Create Transaction
trestle:create_transaction
Create a new real estate transaction.
Write
Medium risk
Delete Contact
trestle:delete_contact
Permanently delete a contact from Trestle.
Write
High risk
Delete Task
trestle:delete_task
Permanently delete a task from Trestle.
Write
High risk
Get Contact
trestle:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Document
trestle:get_document
Fetch a single document by ID with metadata.
Read
Low risk
Get Task
trestle:get_task
Fetch a single task by ID with all details.
Read
Low risk
Get Transaction
trestle:get_transaction
Fetch a single real estate transaction by ID with all details.
Read
Low risk
List Contacts
trestle:list_contacts
List contacts with optional filtering and search.
Read
Low risk
List Documents
trestle:list_documents
List documents with optional filtering.
Read
Low risk
List Tasks
trestle:list_tasks
List tasks with optional filtering.
Read
Low risk
List Transactions
trestle:list_transactions
List real estate transactions with optional filtering.
Read
Low risk
Update Contact
trestle:update_contact
Update an existing contact in Trestle.
Write
Medium risk
Update Task
trestle:update_task
Update an existing task in Trestle.
Write
Medium risk
Update Transaction
trestle:update_transaction
Update an existing real estate transaction.
Write
Medium risk