lipi_create_note
Create a new note at a specified path with Markdown content. If the path already exists, returns the existing note instead of overwriting.
Instructions
Create a note at path with content. Idempotent on (user_id, path) — if path exists, returns existing note with 200 instead of 201. Path example: 'daily/2083-05-12.md' or 'My Note.md'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path, e.g. 'daily/2083-05-12.md' | |
| content | Yes | Markdown content |