note_addNote
Add a new note to a specified Anki deck with custom fields, model, and optional tags. Returns the note ID upon successful creation or null if the operation fails.
Instructions
Creates a new note using the given deck, model, fields, and tags. Returns the ID of the created note or null if the note could not be created.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
note | Yes | A dictionary representing the note to add. Should include 'deckName', 'modelName', 'fields', and optionally 'tags', 'options', 'audio', 'video', 'picture'. |