clickup_attachment_list
List files attached to a ClickUp task by extracting the attachments array from the task response. Returns each file's ID, title, size, mime type, URL, and uploader.
Instructions
List files attached to a ClickUp task — each attachment's id, title, size, mime type, url, and uploader. Extracts the attachments array from the Get Task response (ClickUp has no dedicated list endpoint). Use clickup_attachment_upload to add a new file. Returns an array of attachment objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task whose attachments to list. Obtain from clickup_task_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |