Skip to main content
Glama

anki-mcp

by ujisati

note_findNotes

Retrieve note IDs based on a specific Anki search query. Use this tool to efficiently locate and organize flashcards by deck, card type, or other criteria within the Anki platform.

Instructions

Returns an array of note IDs for a given Anki search query.

Input Schema

NameRequiredDescriptionDefault
queryYesAnki search query (e.g., 'deck:current card:1').

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "query": { "description": "Anki search query (e.g., 'deck:current card:1').", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/ujisati/anki-mcp'

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