set_card_specific_values
Modify specific card properties in Anki MCP by assigning new values to defined keys for a given card ID, ensuring precise customization of card data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardId | Yes | Card ID to modify | |
keys | Yes | Array of card property keys to modify | |
newValues | Yes | Array of new values (must match the length of keys) |