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 Block
roamresearch:create_block
Create a new block with the specified content and location.
Write
Medium risk
Create Page
roamresearch:create_page
Create a new page with the specified title and optional initial content.
Write
Medium risk
Delete Block
roamresearch:delete_block
Delete a block and all its children permanently.
Write
High risk
Get Block
roamresearch:get_block
Fetch a single block by UID with its content and metadata.
Read
Low risk
Get Daily Note
roamresearch:get_daily_note
Get the daily note page for a specific date with its blocks.
Read
Low risk
Get Page
roamresearch:get_page
Fetch a page by UID or title with its blocks and metadata.
Read
Low risk
List Blocks
roamresearch:list_blocks
List blocks with optional filtering by page or search string.
Read
Low risk
List Pages
roamresearch:list_pages
List all pages in the graph with optional title filtering.
Read
Low risk
Move Block
roamresearch:move_block
Move a block to a new parent and position.
Write
Medium risk
Search Blocks
roamresearch:search_blocks
Search for blocks containing the specified text across the entire graph.
Read
Low risk
Update Block
roamresearch:update_block
Update the content of an existing block.
Write
Medium risk