Skip to main content
Glama

MCP Notes

write_note

Create or update notes with specified content, relative path, and optional tags for organized knowledge management in MCP Notes.

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 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.

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 must follow these rules:\n- Can contain letters, numbers, underscore (_), hyphen (-), and forward slash (/)\n- Must contain at least one non-numerical character\n- Cannot contain spaces (use camelCase, PascalCase, snake_case, or kebab-case)\n- Are case-insensitive (stored as lowercase)\n \n 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 to connect to the server.

Other Tools from MCP Notes

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeysrecipes/mcp-notes'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server