Read workspace file
filesystem.read_fileRead the UTF-8 contents of a text file within the ToolHub workspace. Use it to retrieve file data for coding agents needing quick access to workspace files.
Instructions
Read a UTF-8 text file inside the ToolHub workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| size | Yes | ||
| sha256 | Yes | ||
| content | Yes |