Update Initiative
update_initiativeUpdate initiative fields like name, status, timeframe, description, or re-assign to a goal. Only id required; omitted fields stay unchanged.
Instructions
Update an initiative and return it; omitted fields are unchanged. Re-point it to a different goal with objective_id (null unlinks). status ∈ planned|active|paused|done|abandoned. Resolve the id via list_initiatives; only id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Initiative id, from list_initiatives (required). | |
| name | No | New name (optional). | |
| status | No | Lifecycle status (optional). | |
| timeframe | No | New timeframe; null clears it (optional). | |
| description | No | New description; null clears it (optional). | |
| objective_id | No | New parent goal, from list_objectives; null unlinks (optional). |