memo_create
Creates a new AI-assisted memo requiring user approval before saving. Optionally specify a channel, defaulting 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) | |
| metadata | No | Metadata related to the memo (JSON string or object) | |
| channelId | No | Channel ID to create memo in (defaults to currently active channel if omitted) | |
| originalId | No | Original memo ID for ReMemo |