MCP Notes Server

update-note

Modify the content of an existing note stored on the MCP Notes Server by providing a name and updated text for the entry.

Instructions

Update an existing note

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes Server

Related Tools

ID: tg4ugmp8jr