Skip to main content
Glama

Flint Note

by disnet

bulk_delete_notes

Remove multiple notes in Flint Note based on type, tags, or specific content patterns. Requires confirmation to ensure precise bulk deletions.

Instructions

Delete multiple notes matching criteria

Input Schema

NameRequiredDescriptionDefault
confirmNoExplicit confirmation required for bulk deletion
patternNoRegex pattern to match note content or title
tagsNoFilter by tags (all tags must match)
typeNoFilter by note type

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "description": "Explicit confirmation required for bulk deletion", "type": "boolean" }, "pattern": { "description": "Regex pattern to match note content or title", "type": "string" }, "tags": { "description": "Filter by tags (all tags must match)", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Filter by note type", "type": "string" } }, "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