NAiOS IconNAiOS Logo
Volver al catálogo

Mem

mem

Mem is a note-taking and knowledge management application that helps users capture, organize, and retrieve information efficiently.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • titlestringObligatorio

    Title of the new collection (must be non-empty).

  • contentstring

    Optional body/content of the collection.

  • parentIdstring

    Parent collection's ID for creating a sub-collection.

  • publishOnstring

    Scheduled publish time in ISO 8601 format (e.g., '2023-10-01T10:00:00Z').

  • isReadOnlyboolean

    Whether the collection should be read-only.

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create NoteMEM_CREATE_NOTEAcción

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.

Parámetros de entrada

  • memIdstring

    Client-provided unique identifier for idempotency.

  • isReadboolean

    Whether the note should be marked as read upon creation.

  • sourcestring

    Identifier for the source of the note (e.g., 'slack', 'bot').

  • contentstringObligatorio

    Markdown-formatted content of the note

  • createdAtstring

    ISO 8601 timestamp for the note's creation time.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CollectionMEM_DELETE_COLLECTIONAcción

Tool to delete a mem collection. use after confirming the collection id you wish to remove.

Parámetros de entrada

  • collection_idstringObligatorio

    Unique identifier of the collection to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete NoteMEM_DELETE_NOTEAcción

Tool 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_idstringObligatorio

    Unique identifier of the note to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Read NoteMEM_READ_NOTEAcción

Tool to retrieve the content and metadata of a mem note. use after confirming you have the note's id.

Parámetros de entrada

  • note_idstringObligatorio

    Unique identifier of the note to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not