Notes MCP Server

add-note

Create and store a new note by providing a name and content. This tool integrates with a note storage system, enabling users to organize and manage their notes efficiently.

Instructions

Add 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 Notes MCP Server

Related Tools

ID: 5ajwyhz20x