Search Anki Notes
anki_search_notesSearch Anki notes using query syntax and retrieve paginated note details with adjustable limit and offset.
Instructions
Search notes with Anki query syntax and return paginated note details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum note details to return. | |
| query | Yes | Anki search query. | |
| offset | No | Zero-based note result offset. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| notes | Yes | ||
| query | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| hasMore | Yes | ||
| nextOffset | No |