Skip to main content
Glama

complete_task

Mark tasks as complete by submitting task details including notes, modified files, testing status, documentation updates, and time spent. Integrates with AI assistants via @bldbl/mcp for efficient task management in Buildable projects.

Input Schema

NameRequiredDescriptionDefault
completion_notesYesNotes about task completion
documentation_updatedNoWhether documentation was updated
files_modifiedNoList of files that were modified
task_idYesThe ID of the task to complete
testing_completedNoWhether testing was completed
time_spentNoTotal time spent in minutes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "completion_notes": { "description": "Notes about task completion", "type": "string" }, "documentation_updated": { "description": "Whether documentation was updated", "type": "boolean" }, "files_modified": { "description": "List of files that were modified", "items": { "type": "string" }, "type": "array" }, "task_id": { "description": "The ID of the task to complete", "type": "string" }, "testing_completed": { "description": "Whether testing was completed", "type": "boolean" }, "time_spent": { "description": "Total time spent in minutes", "type": "number" } }, "required": [ "task_id", "completion_notes" ], "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