narrow_file
Extract verbatim line-numbered spans from large logs, CSV, JSON, or HTML files based on your intent, verified against the original file. Avoids summaries and source code.
Instructions
Given a path to a large, low-density non-source file (logs, build output, CSV, JSON, HTML) and a specific intent, returns only the verbatim line-numbered spans relevant to that intent, verified against the original file -- never a summary. Refuses source code files; use code-navigation tools for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| intent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| spans | Yes | ||
| status | Yes | ||
| metrics | No | ||
| file_type | Yes | ||
| truncated_count | No |