Create note
create_noteCreate a new note with title, body text, and optional tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note body (plain text) | |
| tags | No | Tags array | |
| title | Yes | Note title | |
| is_pinned | No | Pin this note | |
| project_id | No | Link to project by ID |