add_note_to_collection
ChatGPTcreate_note or create_collection). - You need to transfer a note out of one collection into another (move_note).Give Claude the full context of your second brain by connecting your Mem knowledge base. Search your AI notebook for context, capture and recall ideas, save chats into new notes, edit and update living docs, and organize your AI workspace — simply by asking Claude. Use for: synthesizing and pulling actions items from meeting notes, deep research, personal knowledge management (PKM), knowledge repository building, task management, prioritization, and content development. Example prompts: "Search my notes for pricing strategy and validate our thinking with research." "Create a note from this chat and add it to our GTM collection." "List all open tasks from this week's notes and add to my to-do list."
create_note or create_collection). - You need to transfer a note out of one collection into another (move_note).attachment_kind and attachment_id returned in note attachment metadata. When to use: - You have attachment_kind and attachment_id from get_note attachment metadata and need one grounded answer from that attachment. - You want the model to inspect a single attachment without returning all extracted pages or content chunks. When NOT to use: - You need structured extracted content or pagination controls (read_attachment). - You need the raw protected file bytes or a signed download URL (get_note_attachment_download_url).id already exists, this request returns a conflict. Use collection membership endpoints to add, remove, or move notes between collections. When to use: - You are creating a new collection. - You need to create a new collection with an optional caller-provided ID or timestamps. When NOT to use: - You need to update an existing collection by ID (update_collection). - You only need membership changes between existing notes and collections (add_note_to_collection, remove_note_from_collection, or move_note).content becomes the note title. When to use: - You are creating a new note. - You need to create a new note with a specific ID. When NOT to use: - You need to overwrite a known existing note by ID (update_note). - You only need to change note/collection membership (add_note_to_collection, remove_note_from_collection, or move_note).add_note_to_collection, remove_note_from_collection, or move_note).search_notes). - You already have a specific attachment ID and need its extracted content (read_attachment) or one grounded answer (answer_question_about_attachment).search_notes). - You need the full current content for one note (get_note).get_note).list_collections or search_collections. When to use: - You already have a collection ID and need canonical metadata. When NOT to use: - You need collection discovery without known IDs (list_collections or search_collections).trashed_at. For discovery flows, use list_notes or search_notes. When to use: - You already have a note ID and need canonical content, linked recording IDs, or attachment IDs. When NOT to use: - You need note discovery without known IDs (list_notes or search_notes).get_note attachment_metadata or note content and need a temporary signed URL to fetch the protected file behind that attachment reference. - Use this when note content references an attachment, but the underlying file URL is not directly downloadable. When NOT to use: - You need note-level discovery or attachment IDs (get_note). - You do not have an attachment ID from get_note or note content.order_by and return next_page when additional rows are available. For relevance-ranked retrieval by query, use search_collections. When to use: - You need deterministic cursor pagination for collections. - You are iterating through all accessible collections page by page. When NOT to use: - You need relevance-ranked retrieval from open-ended text (search_collections).contains_* fields are true, a note may match any of them. Results are ordered by order_by and return next_page when additional rows are available. For relevance-ranked retrieval by query, use search_notes. When to use: - You need deterministic cursor pagination ordered by updated_at or created_at. - You are iterating through all accessible notes page by page. When NOT to use: - You need relevance-ranked retrieval from open-ended text (search_notes).add_note_to_collection. - You only need to unlink a note from a collection; use remove_note_from_collection.attachment_kind and attachment_id returned in note attachment metadata. When to use: - You have attachment_kind and attachment_id from get_note attachment metadata and need structured extracted content. - You need PDF pages, image OCR/visual metadata, audio transcripts, calendar event text, or email text without downloading the raw file. When NOT to use: - You need the raw protected file bytes or a signed download URL (get_note_attachment_download_url). - You only need one focused answer from the attachment (answer_question_about_attachment).trash_note to remove a note from active notes, or delete_collection to remove a collection resource. When to use: - You need to unlink a note from a collection while keeping both resources. When NOT to use: - You need to remove the note from active notes (trash_note) or delete the collection resource (delete_collection). - You need to transfer a note directly to another collection (move_note).next_page. For deterministic chronological pagination, use list_collections. When to use: - You need relevance-ranked retrieval for collection lookup. When NOT to use: - You need deterministic chronological pagination (list_collections).filter_by_contains_* fields are true, a note may match any of them. Returns note results from a bounded search snapshot with deterministic offset pagination. Query-based searches are relevance-ranked within the bounded search snapshot window. Reuse the returned snapshot_id when requesting later pages. The returned total reflects the bounded search snapshot, capped by the 100-result search window. For deterministic chronological pagination across all accessible notes, use list_notes. When to use: - You need relevance-ranked retrieval from a natural-language or keyword query. - You need query + filter retrieval instead of full feed traversal. When NOT to use: - You need deterministic chronological pagination (list_notes).created_at must include a timezone offset and cannot be in the future. It can only backdate the note: the timestamp cannot be later than when the note was originally created. This operation changes note metadata only. Trashed notes must be restored before their creation date can be changed. When to use: - The user explicitly asks to change or correct a known note's visible creation date. When NOT to use: - The requested date is later than when the note was originally created. - You need to change the note body (update_note). - You need to create a new note with an initial timestamp (create_note). - The note is trashed and must be restored first (restore_note).restore_note. When to use: - You need reversible removal from active notes.title. This tool updates only provided fields (title, description) and leaves omitted fields unchanged. For read-only retrieval, use get_collection. When to use: - You need to rename a collection by updating its title. - You need to update title and/or description for an existing collection ID. - You need to preserve a collection while correcting metadata. When NOT to use: - You need to create a new collection (create_collection). - You only need note membership changes (add_note_to_collection, remove_note_from_collection, or move_note).version being updated. Send the full desired body in content (not a partial markdown patch). The first line of content becomes the updated title. Trashed notes must be restored before they can be updated. When to use: - You need full-body replacement for an existing note ID. When NOT to use: - You need partial patch semantics (not supported). - You need to create a new note (create_note). - You only need to change a note's visible creation date (set_note_created_at). - The note is trashed and must be restored first (restore_note).App Stats
38
Tools
1
Prompts
Apr 11, 2026
First seen
ChatGPT, Claude
Platforms
Category
Memory NotesWorks with
Data refreshed daily