switch_vault
Switch to a specified vault within Flint Note's local markdown file system. Input the vault ID to seamlessly transition and manage your notes for AI collaboration.
Instructions
Switch to a different vault
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the vault to switch to |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID of the vault to switch to",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}