card_setSpecificValueOfCard
Modifies specific properties of an Anki card by setting new values for designated keys, such as 'flags' or 'odue', and returns success indicators for each update.
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. |