Skip to main content
Glama

anki-mcp

by ujisati

note_notesInfo

Retrieve detailed information for specific note IDs in Anki flashcards using AnkiConnect integration. Input a list of note IDs to access organized data efficiently.

Instructions

Returns a list of objects containing information for each note ID provided.

Input Schema

NameRequiredDescriptionDefault
notesYesA list of note IDs.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "notes": { "description": "A list of note IDs.", "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