write_note
Create or update notes in your MCP Notes directory with specified content and optional tags for better organization and searchability.
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
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the note | |
path | Yes | Path where the note should be saved, relative to notes directory | |
tags | No | Tags must follow these rules: - Can contain letters, numbers, underscore (_), hyphen (-), and forward slash (/) - Must contain at least one non-numerical character - Cannot contain spaces (use camelCase, PascalCase, snake_case, or kebab-case) - Are case-insensitive (stored as lowercase) Tags to add to the note's frontmatter. Will be merged with existing tags if present. |