clickup_action
List workspaces, spaces, lists, and tasks; create and update tasks using the ClickUp API to manage your project workflow.
Instructions
Interact with the ClickUp API v2: list workspaces and spaces, get lists and tasks, create tasks, and update task properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: get_workspaces, get_spaces, get_lists, get_tasks, create_task, update_task. | |
| api_key | Yes | ClickUp API key. | |
| team_id | No | Workspace (team) ID (for get_spaces). | |
| space_id | No | Space ID (for get_lists without a folder). | |
| folder_id | No | Folder ID (for get_lists). | |
| list_id | No | List ID (for get_tasks and create_task). | |
| task_id | No | Task ID (for update_task). | |
| name | No | Task name (for create_task and update_task). | |
| description | No | Task description. | |
| status | No | Task status name. | |
| priority | No | Priority: 1 (urgent), 2 (high), 3 (normal), 4 (low). | |
| due_date | No | Due date as Unix timestamp in milliseconds. | |
| page | No | Page number for task pagination. |