create_note
Create and organize Markdown notes in Nextcloud Notes by specifying filename, content, and optional category for structured storage.
Instructions
Create a new Markdown (.md) note.
If category is None → stored in /Notes/
If category is provided → stored in /Notes//
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content | Yes | ||
| category | No |