1017 B
1017 B
| name | description | tools | agents | ||
|---|---|---|---|---|---|
| create-task | Create new ClickUp tasks for clients. Use when the user asks to create, add, or make a new task. |
|
|
Create ClickUp Task
Creates a new task in the client's "Overall" list in ClickUp.
Required Information
- name: The task name (e.g., "Write blog post about AI trends")
- client: The client/folder name in ClickUp (e.g., "Acme Corp")
Optional Information
- work_category: The work category dropdown value (e.g., "Press Release", "Link Building", "Content Creation", "On Page Optimization")
- description: Task description (supports markdown)
- status: Initial status (default: "to do")
Examples
"Create a press release task for Acme Corp about their new product launch" -> name: "Press Release - New Product Launch", client: "Acme Corp", work_category: "Press Release"
"Add a link building task for Widget Co" -> name: "Link Building Campaign", client: "Widget Co", work_category: "Link Building"