Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Optional: API key for external tools | |
| API_URL | No | Optional: External tools API configuration | |
| ANKI_API_KEY | Yes | Your Anki API key | |
| ANKI_BASE_URL | No | Anki API base URL | http://localhost:3000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listDecks | List all Anki decks with optional pagination |
| createDeck | Create a new Anki deck |
| addCardsBatch | Add multiple cards to a deck in batch |
| addBasicCard | Add a single basic card to a deck |
| addClozeCard | Add a cloze deletion card to a deck |
| getReviewQueue | Get cards due for review with filtering options |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Server Status |