contextli_add_label_to_note
ChatGPTAdd one or more labels to an existing note to organize or triage it.
contextli_add_label_to_note
ChatGPTAdd one or more labels to an existing note to organize or triage it.
contextli_create_note
ChatGPTCreate a new note from this chat, placing it in a chosen context with optional labels.
contextli_create_note
ChatGPTCreate a new note from this chat, placing it in a chosen context with optional labels.
contextli_filter_notes_by_label
ChatGPTGet notes that have one or more specific labels, optionally scoped to a context or date range.
contextli_filter_notes_by_label
ChatGPTGet notes that have one or more specific labels, optionally scoped to a context or date range.
contextli_get_note
ChatGPTFetch a single note's full text and metadata by its id.
contextli_get_note
ChatGPTFetch a single note's full text and metadata by its id.
contextli_get_notes
ChatGPTList the user's Contextli voice notes and transcriptions, newest first, with their full text. Use this to browse recent notes or to pull all notes within a date range, context, or label set. Optionally filter by a context id (get valid ids from contextli_list_contexts), by labels (user-assigned tags on notes; matches notes carrying ANY of the given labels, case-insensitive), and by a creation date range, and paginate with limit and offset. When the user is searching for a specific keyword or phrase, use contextli_search_notes instead.
contextli_get_notes
ChatGPTList the user's Contextli voice notes and transcriptions, newest first, with their full text. Use this to browse recent notes or to pull all notes within a date range, context, or label set. Optionally filter by a context id (get valid ids from contextli_list_contexts), by labels (user-assigned tags on notes; matches notes carrying ANY of the given labels, case-insensitive), and by a creation date range, and paginate with limit and offset. When the user is searching for a specific keyword or phrase, use contextli_search_notes instead.
contextli_list_contexts
ChatGPTDiscover what is available to filter the user's Contextli notes by. Returns the user's contexts (also called modes: a named style like 'Email', 'Journaling', or 'Product Logs' with its id, prompt, icon, and color), plus filter facets: the total number of notes, which context ids actually appear on notes, and the earliest and latest note dates. Call this FIRST when the user asks to filter notes by a context or by date, so you use valid ids and a valid date range. Note: many notes are not tagged with a context, so prefer text search and dates as the primary filters.
contextli_list_contexts
ChatGPTDiscover what is available to filter the user's Contextli notes by. Returns the user's contexts (also called modes: a named style like 'Email', 'Journaling', or 'Product Logs' with its id, prompt, icon, and color), plus filter facets: the total number of notes, which context ids actually appear on notes, and the earliest and latest note dates. Call this FIRST when the user asks to filter notes by a context or by date, so you use valid ids and a valid date range. Note: many notes are not tagged with a context, so prefer text search and dates as the primary filters.
contextli_list_labels
ChatGPTList all of the user's labels (tags) so you know what's available to filter or apply.
contextli_list_labels
ChatGPTList all of the user's labels (tags) so you know what's available to filter or apply.
contextli_search_notes
ChatGPTSearch the user's Contextli voice notes and transcriptions by keyword or phrase. Use this when the user is looking for notes about a topic, person, or phrase they remember saying. Performs a case-insensitive match across the note text and returns matching notes newest first, each with a short snippet around the match. Optionally narrow by date range, by a context id (get valid ids from contextli_list_contexts), or by labels (user-assigned tags on notes; matches notes carrying ANY of the given labels, case-insensitive). Supports pagination via limit and offset. For browsing without a keyword, use contextli_get_notes.
contextli_search_notes
ChatGPTSearch the user's Contextli voice notes and transcriptions by keyword or phrase. Use this when the user is looking for notes about a topic, person, or phrase they remember saying. Performs a case-insensitive match across the note text and returns matching notes newest first, each with a short snippet around the match. Optionally narrow by date range, by a context id (get valid ids from contextli_list_contexts), or by labels (user-assigned tags on notes; matches notes carrying ANY of the given labels, case-insensitive). Supports pagination via limit and offset. For browsing without a keyword, use contextli_get_notes.