tascan_update_task
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries