create_note
Save a new note with a title and body to your SQLite knowledge base, then return the stored note for confirmation.
Instructions
Create a new note with a title and body, and return the saved note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| title | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |