save_note
Write meeting summaries, conversation notes, or memories into your personal knowledge base. Save or update note files by providing a filename and content.
Instructions
Save a new note or overwrite an existing one.
Use this to write memories, meeting summaries, conversation notes, or any context back into the personal knowledge base.
Args: filename: Name for the note file (e.g., "meeting-summary.md"). content: Full content to write.
Returns: JSON string with saved file metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |