Skip to main content
Glama

Flint Note

by disnet

delete_note_type

Remove a specific note type in Flint Note, allowing optional actions for existing notes: prevent deletion, migrate to another type, or delete all notes. Requires explicit confirmation for deletion.

Instructions

Delete a note type and optionally handle existing notes

Input Schema

NameRequiredDescriptionDefault
actionYesAction to take with existing notes: error (prevent deletion), migrate (move to target type), delete (remove all notes)
confirmNoExplicit confirmation required for deletion
target_typeNoTarget note type for migration (required when action is migrate)
type_nameYesName of the note type to delete

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to take with existing notes: error (prevent deletion), migrate (move to target type), delete (remove all notes)", "enum": [ "error", "migrate", "delete" ], "type": "string" }, "confirm": { "default": false, "description": "Explicit confirmation required for deletion", "type": "boolean" }, "target_type": { "description": "Target note type for migration (required when action is migrate)", "type": "string" }, "type_name": { "description": "Name of the note type to delete", "type": "string" } }, "required": [ "type_name", "action" ], "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