update_progress
Track and update task progress by submitting task ID, percentage, status message, completed steps, challenges, and time spent for Buildable projects via MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
challenges | No | Any challenges or blockers encountered | |
completed_steps | No | List of completed steps | |
current_step | No | Current step being worked on | |
files_modified | No | List of files that were modified | |
notes | No | Additional notes | |
progress | Yes | Progress percentage (0-100) | |
status_update | Yes | Brief status update message | |
task_id | Yes | The ID of the task being updated | |
time_spent | No | Time spent in minutes |