Skip to main content
Glama

MCP-AnkiConnect

by samefarrar

add_note

Add a flashcard to Anki by specifying the deck, note type, fields, and optional tags. Integrates with MCP-AnkiConnect for creating and managing flashcards directly in conversations.

Instructions

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

NameRequiredDescriptionDefault
deckNameYes
fieldsYes
modelNameYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "deckName": { "title": "Deckname", "type": "string" }, "fields": { "additionalProperties": { "type": "string" }, "title": "Fields", "type": "object" }, "modelName": { "title": "Modelname", "type": "string" }, "tags": { "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "deckName", "modelName", "fields" ], "title": "add_noteArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP-AnkiConnect

Related Tools

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/samefarrar/mcp-ankiconnect'

If you have feedback or need assistance with the MCP directory API, please join our Discord server