Read Shelf File
read_shelf_fileRetrieve a specific file from a Shelv shelf by providing the shelf identifier and file path to access its contents.
Instructions
Read a single file from a shelf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shelf_id | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bytes | Yes | ||
| content | Yes | ||
| shelf_id | Yes | ||
| truncated | Yes | ||
| content_type | Yes |