get_frontmatter
Extract YAML frontmatter metadata from markdown files to access document properties like title, date, and tags.
Instructions
Parse YAML frontmatter (between --- delimiters) at the start of a markdown file. Returns key-value metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the markdown file |