Get Vault Statistics
obsidian_vault_statsRetrieve overall statistics for an Obsidian vault—total notes, size, tags, and last modified date—to quickly assess its contents and activity.
Instructions
Get statistics about the Obsidian vault.
Returns: { "totalNotes": number, "totalSize": number (bytes), "totalTags": number, "lastModified": string (ISO date) }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |