Skip to main content
Glama

update_note

Modify existing notes by adding new content to specified files. Append information to keep your Markdown notes current and organized.

Instructions

Update the content of an existing note

Args: filename: Note filename content: New content (will be appended)

Returns: Confirmation message of update

Input Schema

NameRequiredDescriptionDefault
filenameYes
contentYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "filename": { "title": "Filename", "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }

Other Tools from Notes MCP Server

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/sayranovv/notes-mcp-server'

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