find-cards
Search Anki notes using query syntax to retrieve note IDs, types, tags, and excerpts—essential for updating or deleting specific cards.
Instructions
Search for notes using Anki's search syntax and return their note IDs, note type, tags, and a short excerpt of each field. Use this to get the noteId needed by update-card, update-cloze-card or delete-card. Field content is truncated and the number of results is capped, so narrow the query if the note you want is not listed. Examples: 'deck:Spanish', 'tag:vocab', 'front:hello', 'deck:Spanish tag:verbs'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Anki search query, e.g. 'deck:Default', 'tag:vocab', or 'deck:Spanish tag:verbs'. See Anki's search documentation for the full syntax. |