Skip to main content
Glama

Flint Note

by disnet

remove_vault

Remove a specific vault from the registry in Flint Note’s MCP server without deleting associated files. Use this tool to clean up vault references while preserving data.

Instructions

Remove a vault from the registry (does not delete files)

Input Schema

NameRequiredDescriptionDefault
idYesID of the vault to remove

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the vault to remove", "type": "string" } }, "required": [ "id" ], "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