update_note
Update an existing note by replacing its content with new text. Provide the note title and new content to overwrite the old body.
Instructions
Replace the content of an existing note.
Args:
title: The title of the note to update.
content: The new body text (overwrites the old content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |