get_note_metadata
Retrieve metadata from a Markdown note, including frontmatter, tags, and file details, without the body content.
Instructions
Return Markdown note metadata without the body.
Returns parsed frontmatter, extracted tags, and file metadata for .md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path, such as 'folder/note.md' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |