obsidian_get_note_metadata
Retrieve metadata from an Obsidian note including tags, links, word count, and frontmatter.
Instructions
Get metadata about a note including tags, links, word count, and frontmatter.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
Returns:
JSON with note metadataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |