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