AI access (MCP)
The 16 tools
What an assistant can do. Deleting is not on the list, in any form.
| Tool | Purpose |
|---|---|
| list_folders | List unlocked folders and their subfolders |
| create_folder | Create a subfolder under an unlocked folder |
| rename_folder | Rename a folder |
| move_folder | Move a folder; source and target must both be unlocked |
| archive_folder | Archive a folder with its contents |
| unarchive_folder | Take a folder out of the archive |
| list_notes | Notes of a folder, excluding the trash |
| read_note | Read a note as Markdown |
| search_notes | Full text search across the unlocked notes |
| create_note | Create a note in an unlocked folder |
| update_note | Replace a note's content entirely from Markdown |
| rename_note | Change the title |
| move_note | Move a note into another unlocked folder |
| duplicate_note | Duplicate a note in the same folder |
| archive_note | Archive a note |
| unarchive_note | Take a note out of the archive |
Error codes
not_found: does not exist in the unlocked area, or is blocked.note_limit_reached: the free version stops at 10 notes.read_only_mode: a write tool while the level is Read only.invalid_operation: not allowed, such as moving a folder into itself.invalid_params: missing or wrongly typed parameters.