Anki MCP Server

get_note_info

Retrieve detailed information about a specific Anki flashcard note by providing its unique ID. Useful for managing and organizing flashcards through AnkiConnect.

Instructions

Get detailed information about a note

Input Schema

NameRequiredDescriptionDefault
noteIdYesNote ID

Input Schema (JSON Schema)

{ "properties": { "noteId": { "description": "Note ID", "type": "number" } }, "required": [ "noteId" ], "type": "object" }

You must be authenticated.

Other Tools from Anki MCP Server

Related Tools

ID: fpgag671vh