obsidian_get_properties
Retrieve all frontmatter properties from an Obsidian note as JSON. Provide the vault name and note path to get structured metadata.
Instructions
Get all frontmatter properties from a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
Returns:
JSON with all propertiesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |