card_areSuspended
Check if specific Anki flashcards are suspended. The tool accepts a list of card IDs and returns an array of boolean values or null for non-existent cards, ensuring efficient card status management.
Instructions
Returns an array indicating whether each given card is suspended. Each item is boolean or null if the card doesn't exist.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cards | Yes | A list of card IDs. |