find_similar_notes
Search for Anki notes containing specific text in any field to identify related study material. Specify deck name and search text for substring matching.
Instructions
Find notes that contain the search text as a substring in any field. Simple and reliable text matching.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck_name | Yes | Name of the Anki deck to search in | |
| search_text | Yes | Text to search for as a substring in any field | |
| case_sensitive | No | Whether the search should be case sensitive | |
| max_results | No | Maximum number of matching notes to return |