Skip to main content
Glama

Anki MCP Server

by nailuoGG

create_note_type

Create custom note types in Anki by defining fields, card templates, and CSS styling to organize and structure flashcards effectively using the Anki MCP Server.

Instructions

Create a new note type

Input Schema

NameRequiredDescriptionDefault
cssNoCSS styling for the note type
fieldsYesField names for the note type
nameYesName of the new note type
templatesYesCard templates

Input Schema (JSON Schema)

{ "properties": { "css": { "description": "CSS styling for the note type", "type": "string" }, "fields": { "description": "Field names for the note type", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the new note type", "type": "string" }, "templates": { "description": "Card templates", "items": { "properties": { "back": { "type": "string" }, "front": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "front", "back" ], "type": "object" }, "type": "array" } }, "required": [ "name", "fields", "templates" ], "type": "object" }

You must be authenticated.

Other Tools from Anki MCP Server

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/nailuoGG/anki-mcp-server'

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