Clickup Create Task
clickup_create_taskCreate a new task in a ClickUp list. Provide list ID, task name, and optionally priority and assignee. Returns task ID, name, status, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| _apiKey | Yes | ClickUp API token | |
| list_id | Yes | List ID to create the task in | |
| due_date | No | Due date as Unix timestamp in milliseconds | |
| priority | No | Priority: 1 (urgent), 2 (high), 3 (normal), 4 (low) | |
| description | No | Task description (markdown supported) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||