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.
Add Mem To Collection
mem:add_mem_to_collection
Add an existing mem to a collection for better organization.
Write
Medium risk
Create Collection
mem:create_collection
Create a new collection to organize mems.
Write
Medium risk
Create Mem
mem:create_mem
Create a new mem (note) with content, collections, and tags.
Write
Medium risk
Delete Collection
mem:delete_collection
Permanently delete a collection. Mems in the collection will not be deleted.
Write
High risk
Delete Mem
mem:delete_mem
Permanently delete a mem. This action cannot be undone.
Write
High risk
Get Collection
mem:get_collection
Fetch a single collection by ID with metadata and mem count.
Read
Low risk
Get Mem
mem:get_mem
Fetch a single mem (note) by ID with full content and metadata.
Read
Low risk
List Collections
mem:list_collections
List all collections with optional search and pagination.
Read
Low risk
List Mems
mem:list_mems
List and search mems with filtering and pagination options.
Read
Low risk
Remove Mem From Collection
mem:remove_mem_from_collection
Remove a mem from a collection. The mem itself is not deleted.
Write
High risk
Search Mems
mem:search_mems
Search through mems using natural language or keyword queries.
Read
Low risk
Update Collection
mem:update_collection
Update an existing collection's name, description, or visibility.
Write
Medium risk
Update Mem
mem:update_mem
Update an existing mem's content, title, collections, tags, or status.
Write
Medium risk