Read File
read_fileReads the contents of a file from the file system by specifying its full path. Useful for viewing source code or configuration files.
Instructions
Reads the contents of a mock file from the file system. Specify the full path like '/project/src/server.ts'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full file path to read, e.g. '/project/package.json' |