update_anki_note
Modify existing Anki flashcards by updating content fields, tags, or both to maintain accurate study materials.
Instructions
Update an existing Anki note
Args: note_id: ID of the note to update fields: Fields to update (field_name: new_value) tags: New tags for the note (optional) anki_api_key: Optional AnkiConnect API key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| fields | Yes | ||
| tags | No | ||
| anki_api_key | No |