Digest a file
digestRead a large file and return only its key lines, keeping the full content out of the conversation. Perfect for logs, reports, and dumps that would otherwise overwhelm.
Instructions
Read a file and return a distilled view of what is in it instead of its text. This is for anything already written down that would flood the conversation if opened whole: a log, a saved build or CI transcript, a test report, a crash dump, a long JSON export. The server opens the file, so its contents never enter the conversation -- a 40,000-line log costs a screenful -- and every line shown is the file's own, byte for byte, with peek on the same path returning any range in full. Use outline instead when the file is source code and the question is what it declares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep | No | ||
| path | Yes | ||
| budget | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |