create_note
Create or update a markdown note at a specified path to save new information or revise existing content.
Instructions
Create a new note or update an existing one. The note will be saved as a markdown file. Use this to save new information or update existing notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the note (e.g., 'folder/new-note.md'). Include .md extension. | |
| content | Yes | Markdown content for the note |