clickup_goal_update_kr
Update progress, rename, or adjust units for a ClickUp goal's key result to track objectives and automatically recalculate completion percentages.
Instructions
Update a key result (sub-target) on a ClickUp goal — typically to record current progress, rename, or adjust the unit label. The goal's completion percentage is auto-recalculated from all its key results. Returns the updated key result object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kr_id | Yes | Key result ID. Obtain from clickup_goal_get (field: key_results[].id) or the response of clickup_goal_add_kr. | |
| name | No | New display name for the key result. Omit to keep current name. | |
| steps_current | No | Current progress toward steps_end. For boolean KRs use 0 (not done) or 1 (done). For percentage KRs use 0–100. | |
| unit | No | Unit label shown next to numeric values (e.g. 'MRR', 'users'). Ignored for boolean and automatic types. |