read_file
Read file contents from local, cloud, or remote backends. Provide path and optionally specify backend to retrieve data.
Instructions
Read file contents from the specified backend.
Args:
path: File path to read
backend: Backend name to use (uses default backend if not specified)
Returns:
File contents as stringInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| backend | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |