write_shared_note
Write a note to a shared directory, making it accessible across all conversations for cross-chat collaboration and persistent memory.
Instructions
Write a shared note to the brain/_shared/ directory, accessible across all conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the shared note | |
| content | Yes | Content of the shared note (markdown) |