Read Media File
read_media_fileRead an image or audio file and return its base64 encoded data with MIME type. Works within permitted directories.
Instructions
Read an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |