create_note
Create a new note with Markdown content; the title is automatically extracted from the first H1 heading.
Instructions
Create a new note with markdown content.
The note title is automatically extracted from the first H1 heading.
Args: content: Markdown content for the note (should start with # Title)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| createdAt | Yes | ||
| updatedAt | Yes |