read_file
Retrieve file content from Jottacloud as UTF-8 text or base64 binary. Control output size using head, tail, or max_bytes parameters for efficient reads.
Instructions
Read a file from Jottacloud. Text is returned as UTF-8 (capped); binary as base64. Use head/tail/max_bytes to stay small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| head | No | ||
| path | Yes | ||
| tail | No | ||
| max_bytes | No |