tascan_analyze_issue
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID to analyze | |
| server_side_ai | No | If true, the server calls Anthropic API directly for AI analysis (default: false — returns raw data for MCP client to analyze) |