tascan_update_project
ActiveTool of TaScan
declared in 1.3.0
Update a project (name, location, status, dates)
Parameters schema
{
"type": "object",
"required": [
"project_id"
],
"properties": {
"name": {
"type": "string",
"description": "New name"
},
"status": {
"enum": [
"active",
"archived"
],
"type": "string",
"description": "Status"
},
"end_date": {
"type": "string",
"description": "End date (ISO)"
},
"location": {
"type": "string",
"description": "New location"
},
"project_id": {
"type": "string",
"description": "Project ID"
},
"start_date": {
"type": "string",
"description": "Start date (ISO)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries