karea_upload_resource
Upload binary files as resources to Karea tasks. Accepts base64-encoded content, folder path, task ID, and MIME type.
Instructions
Upload a binary file as a resource (base64-encoded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded file content | |
| name | Yes | File name with extension (e.g. report.pdf) | |
| folder | No | Folder path to organize the resource | |
| taskId | No | Task UUID to link the resource to | |
| mimeType | No | MIME type (e.g. application/pdf). Auto-detected if omitted. |