Save status update
save_status_updateCreate or update status updates for projects or initiatives. Set health and Markdown body to track progress.
Instructions
Create (no id) or update (id) a project/initiative status update → {id, url, health}. Create requires the matching parent (project or initiative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Status update id to UPDATE; omit to create | |
| body | No | Update body (Markdown) | |
| type | Yes | Status update type | |
| health | No | Health | |
| project | No | Project name or id (when type=project, on create) | |
| initiative | No | Initiative name or id (when type=initiative, on create) |