read_file
Retrieve file contents from a Replit workspace by specifying the file path, enabling direct access to code and data for analysis or processing.
Instructions
Read the contents of a file in a Replit workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read | |
| replId | No | Optional repl ID (uses active repl if not specified) |