conversation_db.json + images/ directory| Tool | Description |
|---|---|
save_conversation | Save a conversation with messages, tags, and summary |
get_conversation | Retrieve a conversation by ID |
list_conversations | List conversations, optionally filtered by tag |
search_conversations | Full-text search across all conversations |
update_conversation | Update title, tags, or summary |
delete_conversation | Delete a conversation and its images |
save_image | Attach an image to a conversation |
get_image | Get image metadata by ID |
list_images | List all images, optionally by conversation |
delete_image | Delete an image |
conversation_db_stats | Show database statistics |
clear_all_conversations | Wipe the entire database |
conversation_db.json (next to the plugin)images/ directory (next to the plugin)npm install in this directorylms push to install into LM Studio