model_files
Upload, list, download, or delete files attached to asset models, such as manuals, datasheets, and images, to centralize model documentation.
Instructions
Manage file attachments for asset models.
Models can have attached files such as documentation, manuals, datasheets, or images that apply to all assets of that model.
Operations:
upload: Upload a file to a model
list: List all files attached to a model
download: Download a specific file from a model
delete: Delete a specific file from a model
Returns: dict: Result of the operation including success status and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The file operation to perform | |
| file_id | No | File ID (required for download and delete actions) | |
| model_id | Yes | Model ID | |
| file_path | No | File path to upload (for upload action) | |
| save_path | No | Path to save downloaded file (for download action) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||