Analyze document
doc_analyzeParse local documents into a structured profile, anchors, outline, blocks, and chunks to provide read-only document context for AI agents.
Instructions
Parse a local document into a read-only profile, anchors, outline, blocks, and chunks for agent context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local file path to analyze. | |
| refresh | No | Re-parse even if this path is already cached. | |
| maxTextLength | No | Maximum text characters per source anchor before chunking. | |
| chunkSize | No | Target chunk size in characters. | |
| chunkOverlap | No | Chunk overlap in characters. |