create_note
Create a new Markdown note in Fastidious using a title and content, with optional custom fields or a parent collection for organization.
Instructions
Create a new note in Fastidious. Notes should be in Markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the note | |
| fields | No | Optional: Custom fields as key-value pairs | |
| content | Yes | Content of the note in Markdown format | |
| parentId | No | Optional: ID of parent collection to add this note to |