tascan_analyze_issue
ActiveTool of TaScan
Step 1 of the Closed-Loop Autonomous Operations Protocol. Retrieves full issue context including worker info, message thread, project history, and recent similar issues. Use this data to reason about the root cause and generate a remediation plan. Also supports server-side AI analysis via POST (calls Anthropic API directly).
Parameters schema
{
"type": "object",
"required": [
"issue_id"
],
"properties": {
"issue_id": {
"type": "string",
"description": "Issue ID to analyze"
},
"server_side_ai": {
"type": "boolean",
"description": "If true, the server calls Anthropic API directly for AI analysis (default: false — returns raw data for MCP client to analyze)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries