record_project_progress
Record or update the status of a construction stage for a project. Persist the progress, along with optional notes, to keep project data current.
Instructions
Records or updates progress for one stage of a construction project. Persists data in SQLite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes about the progress update. | |
| status | Yes | Current status of the stage. | |
| stage_id | Yes | The construction stage identifier. | |
| project_id | Yes | Unique identifier for the project. |