Skip to main content
Glama

start_task

Initiate a task by providing its ID, optional approach, estimated duration, and notes. Helps AI assistants manage and track progress in Buildable projects using the MCP server.

Input Schema

NameRequiredDescriptionDefault
approachNoOptional approach or strategy for the task
estimated_durationNoEstimated duration in minutes
notesNoOptional notes about the task
task_idYesThe ID of the task to start

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "approach": { "description": "Optional approach or strategy for the task", "type": "string" }, "estimated_duration": { "description": "Estimated duration in minutes", "type": "number" }, "notes": { "description": "Optional notes about the task", "type": "string" }, "task_id": { "description": "The ID of the task to start", "type": "string" } }, "required": [ "task_id" ], "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