Vault
vaultManage markdown notes in a vault: list, read, create, update, delete, and stat notes, or scaffold from templates.
Instructions
Manage vault notes. Vault scope: general markdown notes vault. Actions: list (browse notes), read (full note), create/update/delete (whole-file writes), stat (metadata), create_from_template (scaffold from template). For search strategy and conventions, read vault://overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| path | No | ||
| directory | No | ||
| content | No | ||
| templatePath | No | Source template file path (for create_from_template). | |
| variables | No | Key-value variables to inject into template placeholders (for create_from_template). |