Workforce: Report
workforce_reportSubmit the results of a workforce packet. Required: task_id (from the packet) and summary (plain-language account of what was done and found). Optional: findings (structured detail), proposal_ids (anything staged during the packet — these route to the dashboard approval queue), messages (notes to other departments: {to_dept, type, severity, body, scope}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short plain-language account of the work. | |
| task_id | Yes | The packet's task_id. | |
| findings | No | Structured detail backing the summary. | |
| messages | No | Cross-department notes: {to_dept, type, severity, body, scope}. | |
| proposal_ids | No | Staged-change ids created in this packet. |