create_note
Create a new note with an auto-generated UUID. Provide title, content, tags, and category to organize your knowledge.
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 |