add_notes
Add multiple Anki notes in one call with deck, model, fields, and tags. Returns IDs for each note, null for duplicates.
Instructions
Add many notes in one call. Each item is {'deck': str, 'model': str, 'fields': {..}, 'tags': [..]?, 'allow_duplicate': bool?}. Returns a note ID per note (null where a note could not be added, e.g. a duplicate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||