Skip to main content
Glama

Flint Note

by disnet

delete_note

Permanently remove an existing note by specifying its identifier. Requires explicit confirmation and supports optional vault ID for targeted deletion within the Flint Note system.

Instructions

Delete an existing note permanently

Input Schema

NameRequiredDescriptionDefault
confirmNoExplicit confirmation required for deletion
identifierYesNote identifier (type/filename format)
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "description": "Explicit confirmation required for deletion", "type": "boolean" }, "identifier": { "description": "Note identifier (type/filename format)", "type": "string" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [ "identifier" ], "type": "object" }

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/disnet/flint-note'

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