updateNote
Modify note details by providing the note ID, updated title, and content. Enables accurate and efficient note management in the Simple TypeScript MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | The updated content of the note | |
noteId | Yes | The ID of the note to update | |
title | No | The updated title of the note |