Skip to main content
Glama

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

NameRequiredDescriptionDefault
challengesNoAny challenges or blockers encountered
completed_stepsNoList of completed steps
current_stepNoCurrent step being worked on
files_modifiedNoList of files that were modified
notesNoAdditional notes
progressYesProgress percentage (0-100)
status_updateYesBrief status update message
task_idYesThe ID of the task being updated
time_spentNoTime spent in minutes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "challenges": { "description": "Any challenges or blockers encountered", "items": { "type": "string" }, "type": "array" }, "completed_steps": { "description": "List of completed steps", "items": { "type": "string" }, "type": "array" }, "current_step": { "description": "Current step being worked on", "type": "string" }, "files_modified": { "description": "List of files that were modified", "items": { "type": "string" }, "type": "array" }, "notes": { "description": "Additional notes", "type": "string" }, "progress": { "description": "Progress percentage (0-100)", "maximum": 100, "minimum": 0, "type": "number" }, "status_update": { "description": "Brief status update message", "type": "string" }, "task_id": { "description": "The ID of the task being updated", "type": "string" }, "time_spent": { "description": "Time spent in minutes", "type": "number" } }, "required": [ "task_id", "progress", "status_update" ], "type": "object" }
Install Server

Other Tools from @bldbl/mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chunkydotdev/bldbl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server