API Reference¶
This section contains the complete API reference for Mousetail.
- MCP Server
- MCP Tools
list_collections_tool()get_collection_info_tool()list_decks_tool()create_deck_tool()list_note_types_tool()create_note_tool()search_notes_tool()get_note_tool()update_note_tool()save_sync_credentials_tool()load_sync_credentials_tool()delete_sync_credentials_tool()sync_collection_tool()- Tool Functions
- Collection Manager
Overview¶
The Mousetail API is organized into three main modules:
server: The main MCP server implementation (
mousetail.mcp.server)tools: Individual tool implementations for each MCP operation (
mousetail.mcp.tools)collection_manager: Collection lifecycle and access management (
mousetail.server.collection_manager)