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 Collection
nuclino:create_collection
Create a new collection in a Nuclino workspace.
Write
Medium risk
Create Item
nuclino:create_item
Create a new item (page) in a Nuclino workspace.
Write
Medium risk
Delete Collection
nuclino:delete_collection
Delete a collection from Nuclino. WARNING: This action is irreversible and deletes all items in the collection.
Write
High risk
Delete Item
nuclino:delete_item
Delete an item (page) from Nuclino. WARNING: This action is irreversible.
Write
High risk
Get Collection
nuclino:get_collection
Fetch a single collection by ID with basic details.
Read
Low risk
Get Item
nuclino:get_item
Fetch a single item (page) by ID with content and metadata.
Read
Low risk
Get Workspace
nuclino:get_workspace
Fetch a single workspace by ID with basic details.
Read
Low risk
List Collections
nuclino:list_collections
List all collections in a workspace.
Read
Low risk
List Items
nuclino:list_items
List items (pages) in a workspace with optional filtering.
Read
Low risk
List Team Members
nuclino:list_team_members
List all team members in a workspace.
Read
Low risk
List Workspaces
nuclino:list_workspaces
List all workspaces accessible with the current API key.
Read
Low risk
Search Items
nuclino:search_items
Search for items across Nuclino workspaces by content and title.
Read
Low risk
Update Collection
nuclino:update_collection
Update an existing collection in Nuclino.
Write
Medium risk
Update Item
nuclino:update_item
Update an existing item (page) in Nuclino.
Write
Medium risk