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 Card
supernotes:create_card
Create a new card (note) in Supernotes.
Write
Medium risk
Create Collection
supernotes:create_collection
Create a new collection to organize cards.
Write
Medium risk
Delete Card
supernotes:delete_card
Permanently delete a card. This action cannot be undone.
Write
High risk
Delete Collection
supernotes:delete_collection
Permanently delete a collection and all its cards. This action cannot be undone.
Write
High risk
Duplicate Card
supernotes:duplicate_card
Create a duplicate copy of an existing card with optional modifications.
Write
Medium risk
Get Card
supernotes:get_card
Fetch a single card (note) by ID with full content and metadata.
Read
Low risk
Get Collection
supernotes:get_collection
Fetch a single collection by ID with metadata and card count.
Read
Low risk
List Cards
supernotes:list_cards
List cards with optional filtering, searching, and pagination.
Read
Low risk
List Collections
supernotes:list_collections
List all collections with optional pagination and sorting.
Read
Low risk
Move Card
supernotes:move_card
Move a card to a different collection or to the root level.
Write
Medium risk
Search Cards
supernotes:search_cards
Search for cards using full-text search across content, titles, and tags.
Read
Low risk
Update Card
supernotes:update_card
Update an existing card's properties and content.
Write
Medium risk
Update Collection
supernotes:update_collection
Update an existing collection's properties.
Write
Medium risk