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