Anki MCP Server

get_note_info

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" }