메모 수정
update_noteModify existing notes by updating titles, content, or tags in the MCP Notepad Server. Change specific note details using the note ID.
Instructions
기존 메모를 수정합니다. 제목, 내용, 태그를 변경할 수 있습니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 수정할 메모의 ID | |
| title | No | 새로운 제목 (선택) | |
| content | No | 새로운 내용 (선택) | |
| tags | No | 새로운 태그 목록 (선택) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| error | No | ||
| message | No | ||
| success | Yes |