You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_update_project

Active

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

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 →