attachments
Manage ClickUp task files: list, attach by URL, or upload base64-encoded content.
Instructions
Manage attachments on ClickUp tasks. Use "list" to see existing attachments, "create" to attach by URL, or "upload" to upload a file (base64-encoded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Required for create: the public URL of the file to attach | |
| action | Yes | Action to perform | |
| task_id | Yes | The ID of the task | |
| file_data | No | Required for upload: base64-encoded file content | |
| file_name | No | Display name for the file (create/upload) |