vault.get_metadata
Retrieve frontmatter and metadata from an Obsidian note by providing its file path. Extracts structured data for use in workflows.
Instructions
Return frontmatter and metadata from a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | No | ||
| tags | Yes | ||
| frontmatter | Yes |