tascan_complete_task
ActiveTool of TaScan
declared in 1.3.0
Complete a task on behalf of a worker. Inserts a completion record and timer event. Use this to simulate or record task completions via the API.
Parameters schema
{
"type": "object",
"required": [
"task_id",
"worker_id"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional completion notes"
},
"task_id": {
"type": "string",
"description": "Task ID to complete"
},
"worker_id": {
"type": "string",
"description": "Worker ID performing the completion"
},
"response_value": {
"type": "string",
"description": "Response value (for text/number/choice tasks)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries