You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_update_task

Active

Tool of TaScan

declared in 1.3.0

Update a task (title, description, response_type, flags, sort_order)

Parameters schema

{
  "type": "object",
  "required": [
    "task_id"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "New title"
    },
    "task_id": {
      "type": "string",
      "description": "Task ID"
    },
    "sort_order": {
      "type": "number",
      "description": "Sort position"
    },
    "description": {
      "type": "string",
      "description": "New description"
    },
    "response_type": {
      "enum": [
        "checkbox",
        "photo",
        "text",
        "number",
        "date",
        "choice"
      ],
      "type": "string",
      "description": "See tascan_add_tasks for guidance. \"text\" for info collection, \"photo\" for visual proof, \"checkbox\" for yes/no only."
    },
    "requires_photo": {
      "type": "boolean",
      "description": "Require photo"
    },
    "is_safety_checkpoint": {
      "type": "boolean",
      "description": "Safety-critical flag"
    }
  }
}

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 →