Skip to main content
Glama

Anki MCP

by arielbk

gui_select_note

Select a specific note in the Anki MCP server by providing its unique ID, enabling precise navigation and management of study materials.

Input Schema

NameRequiredDescriptionDefault
noteIdYesID of the note to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "ID of the note to select", "type": "number" } }, "required": [ "noteId" ], "type": "object" }
Install Server

Other Tools from Anki MCP

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

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