memo_create
Creates a memo with AI assistance, requiring user approval before saving as a regular memo. Optionally designate a channel; defaults to the active channel.
Instructions
Creates a new memo by AI assistant. Created memos require user approval and will be saved as regular memos after approval. Channel ID is optional, and the currently active channel is used when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Memo content (Markdown format) | |
| channelId | No | Channel ID to create memo in (defaults to currently active channel if omitted) | |
| metadata | No | Metadata related to the memo (JSON string or object) | |
| originalId | No | Original memo ID for ReMemo |