Update Objective
update_objectiveUpdate an objective's name, description, or period by providing its ID. Omitted fields remain unchanged; set null to clear description or period.
Instructions
Update an objective's name / description / period and return it; omitted fields are unchanged (null clears description or period). Resolve the id via list_objectives; only id is required. To move a key result's value use update_key_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Objective id, from list_objectives (required). | |
| name | No | New name (optional). | |
| period | No | New period, e.g. 'Q4 2026'; null clears it (optional). | |
| description | No | New description; null clears it (optional). |