get_metadata
Retrieve frontmatter metadata as JSON from a note. Provide the note's path relative to the vault root to access structured metadata.
Instructions
Get the frontmatter metadata from a note as JSON.
Args: note_path: Path to the note relative to vault root
Returns: JSON string with metadata or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |