create_note
Create a new note in mem.ai with markdown content, optionally assigning it to collections and specifying timestamps.
Instructions
Create a new note in mem.ai with markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional UUID for the note | |
| content | Yes | Markdown formatted note content | |
| created_at | No | ISO 8601 creation timestamp | |
| updated_at | No | ISO 8601 update timestamp | |
| collection_ids | No | Collection IDs to add the note to | |
| collection_titles | No | Collection titles to add the note to |