Get note metadata
obsidian_get_metadataRetrieve metadata for an Obsidian note, including frontmatter, tags, links, and file stats, returned as JSON.
Instructions
Returns metadata for a note (frontmatter, tags, links, file stats) as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. |