You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_create_event

Active

Tool of TaScan

declared in 1.3.0

Create a new event (task list) within a project. Supports team_mode (shared completions) and multi_instance (each worker gets isolated copy — great for surveys, onboarding, info collection). team_mode and multi_instance cannot both be true.

Parameters schema

{
  "type": "object",
  "required": [
    "project_id",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Event name"
    },
    "team_mode": {
      "type": "boolean",
      "description": "Team mode — shared completions"
    },
    "project_id": {
      "type": "string",
      "description": "Project ID"
    },
    "description": {
      "type": "string",
      "description": "Event 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.70.

Parent server

TaScan

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

1/7 registries
View full server →
tascan_create_event — TaScan — PRSM MCP