read_specific_document
Retrieve the full content of a specific documentation file to understand complete context without token limits. Provide the exact file name to access detailed project documentation.
Instructions
Read full documentation file content when you need complete context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated content. Default: 1 | |
| fileName | Yes | Name of the documentation file to read. Must match exactly. Example: "coding-standards.md" |