Skip to main content
Glama

Keep MCP

by feuerdev

update_note

Modify the title or content of an existing note in Google Keep by specifying the note ID and providing updated text or title values.

Instructions

Update a note's properties. Args: note_id (str): The ID of the note to update title (str, optional): New title for the note text (str, optional): New text content for the note Returns: str: JSON string containing the updated note's data Raises: ValueError: If the note doesn't exist or cannot be modified

Input Schema

NameRequiredDescriptionDefault
note_idYes
textNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "note_id": { "title": "Note Id", "type": "string" }, "text": { "default": null, "title": "Text", "type": "string" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "note_id" ], "title": "update_noteArguments", "type": "object" }
Install Server

Other Tools from Keep MCP

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/feuerdev/keep-mcp'

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