Mem is a note-taking and knowledge management application that helps users capture, organize, and retrieve information efficiently.
Creates a new collection in Mem for organizing and grouping related notes. Collections are containers that help categorize notes by topic, project, or any organizational scheme. Each collection has a title and optional description. Use this action when you need to: - Create a new organizational container for notes - Set up a project workspace with a descriptive title - Organize notes by category or theme Returns the created collection's details including its unique ID.
Tool to create a new note in Mem. Use when you have note content and optional metadata ready to be saved. Supports idempotent creation via memId.
Tool to create a new note with markdown content and optional collection associations. The first line of content is automatically interpreted as the title. Use when you need to create a note and optionally add it to one or more collections by ID or title.
Tool to delete a Mem collection. Use after confirming the collection_id you wish to remove.
Tool to delete a specific note. Use when you need to remove a note by its unique identifier after confirming the note_id.
Tool to delete a specific note by its ID. Use when you need to permanently remove a note using its UUID. Returns a request_id confirming the deletion.