read_binary_file_base64
Reads small binary files and returns their content as base64, enabling access to files that plain text readers cannot handle.
Instructions
Read a small binary file and return base64. Read-only; intended for files that cannot be handled as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||