find-notes
Locate specific notes in Anki by querying the Anki MCP Server, enabling quick access to stored content for efficient note management.
Instructions
Find notes matching a query in Anki
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "find_notesArguments",
"type": "object"
}