You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_update_event

Active

Tool of TaScan

declared in 1.3.0

Update an event / task list (name, description, team_mode, multi_instance, timer_mode). team_mode and multi_instance cannot both be true.

Parameters schema

{
  "type": "object",
  "required": [
    "list_id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "New name"
    },
    "list_id": {
      "type": "string",
      "description": "Task list (event) ID"
    },
    "team_mode": {
      "type": "boolean",
      "description": "Team mode — shared completions"
    },
    "timer_mode": {
      "type": "string",
      "description": "Timer mode (auto or manual)"
    },
    "description": {
      "type": "string",
      "description": "New description"
    },
    "multi_instance": {
      "type": "boolean",
      "description": "Multi-instance — each worker gets isolated copy"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

TaScan

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

1/7 registries
View full server →