Delete Anki Notes
anki_delete_notePermanently delete one or more notes from Anki. Always confirm with the user before deleting as this action cannot be undone.
Instructions
Use when the user explicitly asks to permanently delete one or more notes. Do not use when the user only wants to inspect, search, or update notes. Safety: always confirm with the user before deleting any note — this action is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | No | Single note ID to delete. | |
| noteIds | No | Multiple note IDs to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteIds | Yes | ||
| success | Yes | ||
| deletedCount | Yes |