read_specific_document
Retrieve complete documentation file content to access full implementation details, code examples, and architectural decisions when search results identify relevant docs.
Instructions
Read full documentation file content - dive deep WHENEVER search results point you here. Use after search_documentation identifies relevant docs, when you need complete context before implementing, or when revisiting a topic mid-work. Returns complete implementation details, code examples, and architectural decisions. Don't just skim search results - read the full docs to avoid missing critical details. Project docs contain battle-tested patterns; API docs show framework usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Name of the documentation file to read. Must match exactly. Example: "coding-standards.md" | |
| page | No | Page number for paginated content. Default: 1 |