add_notes
Batch add multiple notes to Anki decks with optional duplicate control and dry-run preview.
Instructions
Batch add multiple notes to Anki. Supports dryRun for preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deckName | Yes | Target deck name. | |
| modelName | Yes | Note model name. | |
| notes | Yes | Array of note objects with fields and optional tags. | |
| allowDuplicate | No | Whether to allow duplicates. Default false. | |
| dryRun | No | If true, only validate and preview without writing. |