Skip to main content
Glama

@kazuph/mcp-taskmanager

by kazuph
MIT License
1,397
28
  • Apple

mark_task_done

Mark a completed task as done in the task queue by providing the required 'requestId' and 'taskId'. Optionally include 'completedDetails' for additional context. This action updates the progress table and ensures task statuses are accurately tracked.

Instructions

Mark a given task as done after you've completed it. Provide 'requestId' and 'taskId', and optionally 'completedDetails'.

After marking a task as done, a progress table will be displayed showing the updated status of all tasks.

After this, DO NOT proceed to 'get_next_task' again until the user has explicitly approved this completed task using 'approve_task_completion'.

Input Schema

NameRequiredDescriptionDefault
completedDetailsNo
requestIdYes
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "completedDetails": { "type": "string" }, "requestId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "requestId", "taskId" ], "type": "object" }
Install Server

Other Tools from @kazuph/mcp-taskmanager

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/kazuph/mcp-taskmanager'

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