create_note
Create a Markdown note in a local folder using a safe filename generated from its title, with optional content.
Instructions
Create a Markdown note using a safe filename derived from its title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| message | Yes |