update_note
Update an existing note's content, automatically refreshing its title from the first H1 heading.
Instructions
Update an existing note's content.
The note title is automatically re-extracted from the first H1 heading.
Args: note_id: The unique identifier of the note to update content: New markdown content for the note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| createdAt | Yes | ||
| updatedAt | Yes |