get_vault_stats
Retrieve statistics about an Obsidian vault to analyze content metrics and vault structure for knowledge management insights.
Instructions
Get statistics about a vault
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vault | Yes | Vault name |
Input Schema (JSON Schema)
{
"properties": {
"vault": {
"description": "Vault name",
"type": "string"
}
},
"required": [
"vault"
],
"type": "object"
}