read_file
Reads file contents from a given path to supply source code for architectural decision record analysis. Enables AI-driven evaluation by providing the text needed to generate professional ADRs.
Instructions
Read contents of a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the file to read (alias for filePath) | |
| filePath | No | Path to the file to read |