Skip to main content
Glama

anki-mcp

by ujisati

note_deleteNotes

Remove specific notes from Anki flashcards by specifying their IDs. This tool streamlines note management within the Anki-MCP server, ensuring efficient deletion of unwanted or outdated flashcard content.

Instructions

Deletes notes with the given IDs.

Input Schema

NameRequiredDescriptionDefault
notesYesA list of note IDs to delete.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "notes": { "description": "A list of note IDs to delete.", "items": { "type": "integer" }, "title": "Notes", "type": "array" } }, "required": [ "notes" ], "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