30 lines
1017 B
Markdown
30 lines
1017 B
Markdown
---
|
|
name: create-task
|
|
description: Create new ClickUp tasks for clients. Use when the user asks to create, add, or make a new task.
|
|
tools: [clickup_create_task]
|
|
agents: [default]
|
|
---
|
|
|
|
# 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"
|