ClickUp MCP Server
by v4lheru
Verified
create_task
Create a single task in a ClickUp list. Use this tool for individual task creation only. For multiple tasks, use create_bulk_tasks instead. Before calling this tool, check if you already have the necessary list ID from previous responses in the conversation history, as this avoids redundant lookups. When creating a task, you must provide either a listId or listName.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Plain text description for the task | |
dueDate | No | Due date of the task (Unix timestamp in milliseconds). Convert dates to this format before submitting. | |
listId | No | ID of the list to create the task in (optional if using listName instead). If you have this ID from a previous response, use it directly rather than looking up by name. | |
listName | No | Name of the list to create the task in - will automatically find the list by name (optional if using listId instead). Only use this if you don't already have the list ID from previous responses. | |
markdown_description | No | Markdown formatted description for the task. If provided, this takes precedence over description | |
name | Yes | Name of the task. Put a relevant emoji followed by a blank space before the name. | |
priority | No | Priority of the task (1-4), where 1 is urgent/highest priority and 4 is lowest priority. Only set this when the user explicitly requests a priority level. | |
status | No | OPTIONAL: Override the default ClickUp status. In most cases, you should omit this to use ClickUp defaults |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- add_tag_to_task
- add_task_dependency
- add_task_link
- create_bulk_tasks
- create_chat_view_comment
- create_checklist
- create_checklist_item
- create_folder
- create_list
- create_list_comment
- create_list_in_folder
- create_task
- create_task_comment
- create_threaded_comment
- delete_checklist
- delete_checklist_item
- delete_comment
- delete_folder
- delete_list
- delete_task
- delete_task_dependency
- delete_task_link
- duplicate_task
- edit_checklist
- edit_checklist_item
- get_chat_view_comments
- get_folder
- get_list
- get_list_comments
- get_task
- get_task_comments
- get_tasks
- get_threaded_comments
- get_workspace_hierarchy
- move_task
- remove_tag_from_task
- update_comment
- update_folder
- update_list
- update_task