get_project_updates
Retrieve recent project updates with plain text and HTML body content, scoped by project ID and lookback days.
Instructions
Return recent project updates with body content.
Each entry has the update title (update_text) plus the full body as
both plain text (update_content, HTML stripped) and the original
rich HTML (content_html). Auto-published status posts have empty
content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional project ID to scope results. Omit for all projects. | |
| days | No | Lookback window in days (default 7). Use 1-2 for daily standup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |