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
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional description of the vault purpose | |
id | Yes | Unique identifier for the vault (filesystem-safe) | |
initialize | No | Whether to initialize with default note types | |
name | Yes | Human-readable name for the vault | |
path | Yes | Directory path where the vault should be created | |
switch_to | No | Whether to switch to the new vault after creation |