← tascan.io
INDIVIDUAL MCP TOOL
tascan_update_task
Update a task (title, description, response_type, flags, sort_order)
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tascan]
url = "https://tascan-live-event.netlify.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tascan": {
"type": "http",
"url": "https://tascan-live-event.netlify.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tascan
Remote MCP URL: https://tascan-live-event.netlify.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tascan": {
"url": "https://tascan-live-event.netlify.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tascan": {
"type": "http",
"url": "https://tascan-live-event.netlify.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tascan",
"transport": "streamable-http",
"url": "https://tascan-live-event.netlify.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tascan_list_projects— List all TaScan projects in the organizationtascan_create_project— Create a new TaScan project (top-level container for events)tascan_get_project— Get details of a specific projecttascan_update_project— Update a project (name, location, status, dates)tascan_delete_project— Delete a project and all its events, tasks, and completions.tascan_create_event— Create a new event (task list) within a project.tascan_list_events— List all events (task lists) within a projecttascan_get_event— Get details of a specific event (task list) including its tasks