Create a note
create_noteCreate a new note in OpenWhispr's local app and store it. Provide a folder_id to file it in a specific folder, or omit it to use the default folder. Returns the saved note.
Instructions
Create a note in the local OpenWhispr app. Without folder_id the app files it into its own default folder — see the notice field in the reply. note_type is fixed at creation: update_note cannot change it. Returns the stored note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| folder_id | No | From list_folders. Omit to let the app choose its default folder. | |
| note_type | No | personal | |
| source_file | No | ||
| audio_duration_seconds | No | Seconds, not milliseconds. |