Anki MCP Server

delete_note

Remove a specific note from Anki by providing its unique ID. This tool simplifies note management within the Anki MCP Server, ensuring efficient organization of flashcards.

Instructions

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

You must be authenticated.

Other Tools from Anki MCP Server

Related Tools

ID: fpgag671vh