Skip to main content
Glama

anki-mcp

by ujisati

note_deleteNotes

Remove unwanted Anki notes by specifying their IDs using this tool, streamlining flashcard management and decluttering your study materials.

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