Mem
memMem is a note-taking and knowledge management application that helps users capture, organize, and retrieve information efficiently.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create CollectionMEM_CREATE_COLLECTIONAcciónTool to create a new collection in mem. use when you want to group related notes into a dedicated collection after confirming the title.
MEM_CREATE_COLLECTIONAcciónTool to create a new collection in mem. use when you want to group related notes into a dedicated collection after confirming the title.
Parámetros de entrada
titlestringObligatorioTitle of the new collection (must be non-empty).
contentstringOptional body/content of the collection.
parentIdstringParent collection's ID for creating a sub-collection.
publishOnstringScheduled publish time in ISO 8601 format (e.g., '2023-10-01T10:00:00Z').
isReadOnlybooleanWhether the collection should be read-only.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create NoteMEM_CREATE_NOTEAcciónTool 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.
MEM_CREATE_NOTEAcciónTool 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.
Parámetros de entrada
memIdstringClient-provided unique identifier for idempotency.
isReadbooleanWhether the note should be marked as read upon creation.
sourcestringIdentifier for the source of the note (e.g., 'slack', 'bot').
contentstringObligatorioMarkdown-formatted content of the note
createdAtstringISO 8601 timestamp for the note's creation time.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CollectionMEM_DELETE_COLLECTIONAcciónTool to delete a mem collection. use after confirming the collection id you wish to remove.
MEM_DELETE_COLLECTIONAcciónTool to delete a mem collection. use after confirming the collection id you wish to remove.
Parámetros de entrada
collection_idstringObligatorioUnique identifier of the collection to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete NoteMEM_DELETE_NOTEAcciónTool to delete a specific note. use when you need to remove a note by its unique identifier after confirming the note id.
MEM_DELETE_NOTEAcciónTool to delete a specific note. use when you need to remove a note by its unique identifier after confirming the note id.
Parámetros de entrada
note_idstringObligatorioUnique identifier of the note to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Read NoteMEM_READ_NOTEAcciónTool to retrieve the content and metadata of a mem note. use after confirming you have the note's id.
MEM_READ_NOTEAcciónTool to retrieve the content and metadata of a mem note. use after confirming you have the note's id.
Parámetros de entrada
note_idstringObligatorioUnique identifier of the note to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not