You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_complete_task

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TaScan

https://github.com/snowbikemike/tascan-mcp

1/7 registries
View full server →