Skip to main content
Glama

mcp-chain-of-thought

complete_task

Mark a task as completed, generate a detailed report, and update the dependency status of related tasks to ensure workflow continuity and accountability.

Instructions

Formally mark a task as completed, generate a detailed completion report, and update the dependency status of related tasks

Input Schema

NameRequiredDescriptionDefault
summaryNoTask completion summary, concise description of implementation results and important decisions (optional, will be automatically generated if not provided)
taskIdYesUnique identifier of the task to mark as completed, must be a valid unfinished task ID in the status of "in progress"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "summary": { "description": "Task completion summary, concise description of implementation results and important decisions (optional, will be automatically generated if not provided)", "minLength": 30, "type": "string" }, "taskId": { "description": "Unique identifier of the task to mark as completed, must be a valid unfinished task ID in the status of \"in progress\"", "format": "uuid", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

Other Tools from mcp-chain-of-thought

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/liorfranko/mcp-chain-of-thought'

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