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 Note
evernote:create_note
Create a new note in Evernote with content and metadata.
Write
Medium risk
Create Notebook
evernote:create_notebook
Create a new notebook in Evernote.
Write
Medium risk
Create Tag
evernote:create_tag
Create a new tag in Evernote.
Write
Medium risk
Delete Note
evernote:delete_note
Permanently delete a note from Evernote.
Write
High risk
Delete Notebook
evernote:delete_notebook
Permanently delete a notebook and all its notes from Evernote.
Write
High risk
Delete Tag
evernote:delete_tag
Permanently delete a tag from Evernote.
Write
High risk
Get Note
evernote:get_note
Fetch a single note by GUID with content and metadata.
Read
Low risk
Get Notebook
evernote:get_notebook
Fetch a single notebook by GUID with metadata.
Read
Low risk
Get Tag
evernote:get_tag
Fetch a single tag by GUID with metadata.
Read
Low risk
Get User
evernote:get_user
Get information about the authenticated user.
Read
Low risk
List Notebooks
evernote:list_notebooks
List all notebooks accessible to the authenticated user.
Read
Low risk
List Notes
evernote:list_notes
Search and list notes with filtering and pagination.
Read
Low risk
List Tags
evernote:list_tags
List all tags accessible to the authenticated user.
Read
Low risk
Search Notes
evernote:search_notes
Search notes using Evernote's powerful search grammar with full-text search capabilities.
Read
Low risk
Update Note
evernote:update_note
Update an existing note's content, metadata, or move it to a different notebook.
Write
Medium risk
Update Notebook
evernote:update_notebook
Update an existing notebook's name, stack, or default status.
Write
Medium risk
Update Tag
evernote:update_tag
Update an existing tag's name or parent relationship.
Write
Medium risk