Skip to main content
Glama

Flint Note

by disnet

create_vault

Create a new vault in Flint Note by specifying a unique ID, name, and directory path. Optionally initialize with default note types and switch to it post-creation.

Instructions

Create a new vault and add it to the vault registry

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description of the vault purpose
idYesUnique identifier for the vault (filesystem-safe)
initializeNoWhether to initialize with default note types
nameYesHuman-readable name for the vault
pathYesDirectory path where the vault should be created
switch_toNoWhether to switch to the new vault after creation

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description of the vault purpose", "type": "string" }, "id": { "description": "Unique identifier for the vault (filesystem-safe)", "type": "string" }, "initialize": { "default": true, "description": "Whether to initialize with default note types", "type": "boolean" }, "name": { "description": "Human-readable name for the vault", "type": "string" }, "path": { "description": "Directory path where the vault should be created", "type": "string" }, "switch_to": { "default": true, "description": "Whether to switch to the new vault after creation", "type": "boolean" } }, "required": [ "id", "name", "path" ], "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