You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_analyze_issue

Active

Tool of TaScan

declared in 1.3.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

TaScan

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

1/7 registries
View full server →