Update Key Result
update_key_resultUpdate a key result's progress by setting current_value or other fields via ID. Omitted fields stay unchanged; returns the updated record.
Instructions
Update a key result — most often to move current_value as progress lands — and return it; omitted fields are unchanged. Resolve the id via list_objectives (each objective carries its key_results with ids). Only id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Key result id, from list_objectives (required). | |
| name | No | New name (optional). | |
| unit | No | New unit, e.g. 'USD'; null clears it (optional). | |
| start_value | No | New starting baseline (optional). | |
| target_value | No | New target value; null clears it (optional). | |
| current_value | No | New current value (optional). |