read_note
returning the meta description
Instructions
Read one note: parsed YAML frontmatter plus markdown body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| path | Yes | ||
| frontmatter | Yes | Parsed YAML frontmatter, if any. | |
| frontmatter_error | Yes | Set when frontmatter exists but is not valid YAML; body is still returned. |