MCP-AnkiConnect
by samefarrar
add_note
Add a flashcard to Anki. Ensure you have looked at examples before you do this, and that you have got approval from the user to add the flashcard. Args: deckName: str - The name of the deck to add the flashcard to. modelName: str - The name of the note type to use. fields: dict - The fields of the flashcard to add. tags: List[str] - The tags to add to the flashcard.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deckName | Yes | ||
fields | Yes | ||
modelName | Yes | ||
tags | No |