memo_save_text
Save a plain text note as a memory with an optional title. Use for quick client-agnostic saves when you have the exact content to remember.
Instructions
Save a memory from text.
Write tool. Persists one plain note from text and returns the saved
memory id. Use for quick client-agnostic saves when you already have
the exact content to remember. Prefer memo_save when you need tags,
type, extraction, conflict handling options, or project/global scope.
Prefer memo_idle_capture for transcript-derived session insights.
title is optional; when omitted memo uses the first text line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The content to save as a memory. | |
| title | No | Optional title (auto-generated from first line if not provided). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||