note_addNotes
Add multiple notes to Anki flashcards in one action using a structured list of note objects. Returns IDs for successfully created notes, simplifying note management for efficient learning.
Instructions
Creates multiple notes. See 'addNote' for the structure of each note object in the list. Returns a list of new note IDs, or null for notes that couldn't be created.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notes | Yes | A list of note objects to add. |