Mem
Note-taking and knowledge service for collections, notes, markdown content, and collection-based organization.
Fits personal knowledge management that creates notes and collections, retrieves notes by ID, and prunes outdated content.
Sign in to connect Mem
Sign in to connect an account and start using Mem in your apps.
Example Use Cases
These are example ways Snow can use Mem when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
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 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 permanently delete a Mem collection. Deletion is irreversible — only invoke after explicit user confirmation and verification of the correct collection_id.
Tool to permanently delete a specific note. Deletion is irreversible — obtain explicit user confirmation before calling. Use when you need to remove a note by its unique identifier after confirming the note_id.
Retrieve the details of a Mem collection by its UUID. Returns the collection's title, description, and timestamps. Use this when you need to fetch metadata for a specific collection.
List collections with pagination support. Returns collections sorted by updated_at or created_at. Use this action to retrieve all collections or browse through collections page by page.
Tool to list notes with pagination and filtering options. Supports filtering by collection, task presence, image presence, and file presence. Use when you need to retrieve multiple notes or search for notes matching specific criteria.
Retrieve the content and metadata of a Mem note by its UUID. Returns the note's title, markdown content, timestamps, and collection membership. Use this when you need to read or display an existing note's content.
Tool to process and remember any raw content using AI. Accepts web pages, emails, transcripts, articles, or simple text. Use when you want to save and process content with optional instructions on how to process it and context about how it relates to existing knowledge.
Tool to search collections using an optional query string. Use when you need to find or list collections by title or description.