add_notes
Add many Anki notes in a single request, specifying decks, note types, fields, and tags. Returns note IDs, with 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 | |||