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 Entry
memento_database:create_entry
Create a new entry in a library with field values.
Write
Medium risk
Create Library
memento_database:create_library
Create a new library (database) with custom fields.
Write
Medium risk
Delete Entry
memento_database:delete_entry
Permanently delete an entry from a library. This action cannot be undone.
Write
High risk
Delete Library
memento_database:delete_library
Permanently delete a library and all its entries. This action cannot be undone.
Write
High risk
Duplicate Entry
memento_database:duplicate_entry
Create a duplicate of an existing entry, optionally with field modifications.
Write
Medium risk
Get Entry
memento_database:get_entry
Fetch a single entry from a library by ID.
Read
Low risk
Get Library
memento_database:get_library
Fetch a single library (database) by ID with its basic information and structure.
Read
Low risk
List Entries
memento_database:list_entries
List entries from a library with optional filtering and sorting.
Read
Low risk
List Libraries
memento_database:list_libraries
List all libraries (databases) accessible to the authenticated user.
Read
Low risk
Search Entries
memento_database:search_entries
Search for entries across libraries or within a specific library.
Read
Low risk
Update Entry
memento_database:update_entry
Update an existing entry's field values and tags.
Write
Medium risk
Update Library
memento_database:update_library
Update an existing library's basic information.
Write
Medium risk