Get note metadata
get_metadataRetrieve a note's tags, frontmatter, and file stats without its body. Use it when you need only classification details and want to avoid the higher cost of a full note read.
Instructions
Get a note's tags, frontmatter, and file stats without its body. Cheaper than read_note when you only need how a note is classified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. 'Projects/Roadmap.md'. Extension optional. |