Download item file
plaky_download_item_fileDownload a file attached to an item. Returns a presigned URL for binary files or saves the file to a specified path on disk.
Instructions
Download a file attached to an item. If the API returns JSON (e.g. a presigned download URL) that is returned directly. If it returns binary content, provide savePath to write it to disk; the tool then returns the saved path and size. Binary content is never streamed into the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| savePath | No | Absolute path to write the downloaded bytes to (required if the API returns raw file content). | |
| itemFileId | Yes | Unique item file identifier. |