save_note
Save a note as a markdown file in the local notes store and return the file path.
Instructions
Save a note as a markdown file in the local notes store.
Returns the path of the file written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |