card_setSpecificValueOfCard
Modify specific properties of an Anki flashcard by updating its keys with new values. Requires card ID, key list, and corresponding values for precise customization.
Instructions
Sets specific values of a single card. Use with caution. Returns list of booleans indicating success for each key.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
card | Yes | The ID of the card to modify. | |
keys | Yes | List of card property keys to change (e.g., 'flags', 'odue'). | |
newValues | Yes | List of new values corresponding to the keys. | |
warning_check | No | Set to True for potentially risky operations. |