MCP Notes Server

add-note

Create and save a new note with specified content and name, managed through the MCP Notes Server for structured access and persistence.

Instructions

Create a new 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