Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
num_cards_due_today | Get the number of cards due exactly today, with an optional deck filter. |
list_decks_and_notes | Get all decks (excluding specified patterns) and note types with their fields. |
get_examples | Get example notes from Anki to guide your flashcard making. Limit the number of examples returned and provide a sampling technique: |
fetch_due_cards_for_review | Fetch cards due for review, formatted for an LLM to present. |
submit_reviews | Submit multiple card reviews to Anki using ratings ('wrong', 'hard', 'good', 'easy'). |
add_note | Add a flashcard to Anki. Ensure you have looked at examples before you do this, and that you have got approval from the user to add the flashcard. |