Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_deck_namesA

Get all deck names from Anki

get_cards_in_deckC

Get cards from a specific deck

get_deck_statsB

Get statistics for a specific deck

search_cardsC

Search for cards using Anki query syntax

add_noteB

Add a new note (card) to Anki

get_modelsA

Get all available note types (models)

get_model_fieldsB

Get field names for a specific note type

update_noteC

Update fields of an existing note

get_note_infoC

Get detailed information about a specific note

delete_notesC

Delete one or more notes by their IDs

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct operation: note creation/deletion/update/retrieval, deck listing/stats, card search, and model fields. No two tools could be confused for the same purpose.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern (e.g., add_note, get_deck_names, search_cards), making the set predictable and easy to navigate.

Tool Count5/5

With 10 tools, the server covers the essential operations for Anki note and deck management without bloat. Each tool serves a clear and necessary role.

Completeness4/5

The set provides full CRUD for notes and query capabilities for decks and models. Missing deck creation or deletion, but these are less critical for typical note management workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues