Skip to main content
Glama

Anki MCP

by arielbk

find_notes

Search and retrieve Anki notes using a specific query. Optionally include detailed note information and set a limit on the number of results returned for efficient organization and review.

Input Schema

NameRequiredDescriptionDefault
includeInfoNoWhether to include detailed note information
limitNoMaximum number of notes to return detailed info for
queryYesAnki search query to find notes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeInfo": { "default": false, "description": "Whether to include detailed note information", "type": "boolean" }, "limit": { "default": 50, "description": "Maximum number of notes to return detailed info for", "type": "number" }, "query": { "description": "Anki search query to find notes", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Anki MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arielbk/anki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server