Skip to main content
Glama

anki-mcp

by ujisati

note_addNote

Add a new note to a specified Anki deck with custom fields, model, and optional tags. Returns the note ID upon successful creation or null if the operation fails.

Instructions

Creates a new note using the given deck, model, fields, and tags. Returns the ID of the created note or null if the note could not be created.

Input Schema

NameRequiredDescriptionDefault
noteYesA dictionary representing the note to add. Should include 'deckName', 'modelName', 'fields', and optionally 'tags', 'options', 'audio', 'video', 'picture'.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "note": { "additionalProperties": true, "description": "A dictionary representing the note to add. Should include 'deckName', 'modelName', 'fields', and optionally 'tags', 'options', 'audio', 'video', 'picture'.", "title": "Note", "type": "object" } }, "required": [ "note" ], "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