clickup_create_goal
Create a new goal to group key results and track progress toward a target date in your ClickUp workspace.
Instructions
Create a new Goal in a Workspace.
Goals group one or more Key Results (see clickup_create_key_result)
that track progress toward a target date.
When to Use:
Starting a new OKR / objective that will hold Key Results.
When NOT to Use:
To add a Key Result to an existing Goal — use
clickup_create_key_result.To change an existing Goal's fields — use
clickup_update_goal.
Returns: A confirmation string with the new Goal's id and current fields.
Examples: params = {"name": "Grow MRR", "due_date": 1735689600000, "color": "#32a852"}
Error Handling: 404 usually means the team_id is wrong; 401 means the token is missing/invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |