Upload a file to an item
plaky_upload_item_fileUpload a local file from your machine and attach it to an item in a Plaky board. Specify the space, board, item, and file path.
Instructions
Upload a local file and attach it to an item. Provide the absolute path to a file on the machine running this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| fileName | No | Optional name to store the file as (defaults to the local file name). | |
| filePath | Yes | Absolute path to the local file to upload. |