Skip to main content
Glama

MCP Notes Server

by truaxki

delete-note

Remove an existing note by specifying its name. This tool is part of the MCP Notes Server, which manages notes with CRUD operations and resource-based access.

Instructions

Delete an existing note

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MCP Notes 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/truaxki/mcp-notes'

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