create_note
Create a note with auto-generated UUID, using title, content, optional tags and category.
Instructions
Create a new note with auto-generated UUID.
Args: title: Note title content: Note body content (markdown) tags: Optional list of tags (lowercase, hyphenated) category: Optional category path (e.g., "work/projects")
Returns: Created note as dict
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | Yes | ||
| category | No |