Simple TypeScript MCP Server

by jasonkneen

deleteNote

Remove a specific note by providing its unique ID using this function in the Simple TypeScript MCP Server. Designed to manage note deletions efficiently.

Input Schema

NameRequiredDescriptionDefault
noteIdYesThe ID of the note to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "The ID of the note to delete", "type": "string" } }, "required": [ "noteId" ], "type": "object" }

You must be authenticated.

Other Tools from Simple TypeScript MCP Server

Related Tools

    ID: h4hg5cqqpp