01Exposes Anki decks and note models as resources with URIs (anki://decks/{id}, anki://models/{id}).
02Supports the creation of single notes (addNote) with specified deck, model, fields, and tags.
03Allows retrieval of specific note model details (getModel).
04Provides tools to list decks (listDecks) and note models (listModels).
05Enables bulk creation of notes (addNotes) for efficient data entry.