MCP Notes

by markacianfrani
Verified

write_note

Create or update notes in your personal knowledge system by specifying content, path, and tags. Organize and manage your notes efficiently with the MCP Notes server.

Instructions

Create a new note or overwrite an existing note with content. Path should be relative to your notes directory. Optionally include tags that will be merged with any existing tags in the note.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the note
pathYesPath where the note should be saved, relative to notes directory
tagsNoTags to add to the note's frontmatter. Will be merged with existing tags if present.

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the note", "type": "string" }, "path": { "description": "Path where the note should be saved, relative to notes directory", "type": "string" }, "tags": { "description": "Tags to add to the note's frontmatter. Will be merged with existing tags if present.", "items": { "type": "string" }, "type": "array" } }, "required": [ "path", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

ID: timi8dkawo