Anki MCP Server

delete_note

Delete a note

Input Schema

NameRequiredDescriptionDefault
noteIdYesNote ID to delete

Input Schema (JSON Schema)

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