chunk_file
Read a Markdown note and return deterministic, embedding-ready chunks for use in embeddings or context packs. Read-only operation.
Instructions
Read one Markdown note and return deterministic, embedding-ready chunks of its body. Read-only: does not index, embed, or write anything. Use before designing chunk embeddings or context packs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from OBSIDIAN_ROOT | |
| max_chars | No | Target maximum chunk body size before overlap. Default 1200. | |
| overlap_chars | No | Prefix overlap for chunks after the first. Default 120. |