read_file
Read a source's full indexed content as Markdown, with repeated chunk context shown once. Provide filePath or source for the complete document; use read_chunk_neighbors for local context.
Instructions
Read a source's entire indexed content as Markdown.
The document is reconstructed from its chunks, not concatenated from them: the context each chunk repeats so its own vector carries it — a heading breadcrumb, a time-window label, a table's header row — is emitted once, where the document had it.
Provide exactly one of filePath (absolute path inside a document root) or source (the id of a data/url item). The response holds the full document text, so large documents produce large responses — prefer read_chunk_neighbors when only the context around one chunk is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| filePath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||