finish_task
Mark tasks as completed within the DeltaTask MCP Server to manage and organize workflows efficiently. Input task_id to update task status.
Instructions
Mark a task as completed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"title": "finish_taskArguments",
"type": "object"
}