Skip to main content
Glama

Keep MCP

by feuerdev

delete_note

Remove a specific note from Google Keep by providing its unique ID. Ensures targeted deletion and confirms success or raises an error if the note is inaccessible or does not exist.

Instructions

Delete a note (mark for deletion). Args: note_id (str): The ID of the note to delete Returns: str: Success message Raises: ValueError: If the note doesn't exist or cannot be modified

Input Schema

NameRequiredDescriptionDefault
note_idYes

Input Schema (JSON Schema)

{ "properties": { "note_id": { "title": "Note Id", "type": "string" } }, "required": [ "note_id" ], "title": "delete_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