clickup_goal_create
Create OKR-style goals in ClickUp workspaces to track objectives with auto-calculated progress from key results.
Instructions
Create a new OKR-style goal in a workspace. The goal starts with zero key results — add them via clickup_goal_add_kr. The goal's percent-complete is auto-calculated from the average progress of its key results. Returns the created goal object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Goal description / rationale. Markdown supported. Omit for no description. | |
| due_date | No | Target completion date as a Unix timestamp in milliseconds (e.g. 1735689600000 for 2025-01-01). | |
| name | Yes | Goal title (e.g. 'Q1 revenue target'). Required and non-empty. | |
| owner_ids | No | User IDs to assign as goal owners (they receive notifications about progress). Obtain from clickup_member_list. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |