get_doc_file
Read project documentation files by relative path with pagination controls. Retrieve specific content sections from large files using offset and limit parameters.
Instructions
Read a specific documentation file by its relative path. Supports offset/limit for large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max characters to return (default: all) | |
| offset | No | Character offset to start reading from (default: 0) | |
| relative_path | Yes | Path relative to the project doc root (e.g. "PRD.md" or "reports/weekly.md") |