Skip to main content
Glama
rockyxwall
by rockyxwall

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_flashcardD
versionD
upgradeD
get_tagsD
gui_current_cardD
gui_start_card_timerD
gui_show_questionD
gui_show_answerD
gui_answer_cardD
gui_deck_overviewD
gui_deck_browserD
gui_deck_reviewD
gui_browseD
gui_add_cardsD
gui_exit_ankiD
multiD
deck_namesD
deck_names_and_idsD
get_decksD
change_deckD
delete_decksD
get_deck_configD
save_deck_configD
set_deck_config_idD
clone_deck_config_idD
remove_deck_config_idD
model_namesD
model_names_and_idsD
model_field_namesD
model_fields_on_templatesD
add_noteD
add_notesD
can_add_notesD
update_note_fieldsD
add_tagsD
remove_tagsD
find_notesD
notes_infoD
suspendD
unsuspendD
are_suspendedD
are_dueD
get_intervalsD
find_cardsD
cards_to_notesD
cards_infoD
deck_summaryD
tag_summaryD
batch_tag_by_deckD
retrieve_media_fileD
store_media_fileD
delete_media_fileD
list_image_occlusion_notesD
get_image_occlusion_noteD
update_image_occlusion_descriptionD
batch_update_io_descriptionsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.5/5.0

Scored across 56 tools

Disambiguation3/5

Many tools have similar purposes (e.g., add_note vs add_notes, deck_names vs deck_names_and_ids) and lack descriptions, increasing the risk of misselection. However, most tool names are specific enough to hint at their function, and distinct categories like GUI control and media management are identifiable.

Naming Consistency3/5

Most names follow a snake_case pattern, but verbs vary (create_, get_, add_, gui_, batch_) and some are standalone nouns (version, multi) or verbs without objects (upgrade). This mix is readable but not fully consistent.

Tool Count2/5

With 56 tools, the server is far above the recommended 3-15 range and even exceeds the 'heavy' threshold of 25. The scope is broad, but this volume is overwhelming for agents and likely to cause selection fatigue.

Completeness3/5

The tool set covers most major Anki workflows: decks, notes, cards, tags, media, GUI control, and configuration. However, there are notable gaps such as no explicit delete_note or rename_deck, and update_note_fields exists but no full CRUD for cards beyond suspend/unsuspend.

Maintenance

ActivityMaintained
ResponsivenessNo issues