You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_recommend_fix

Active

Tool of TaScan

declared in 1.3.0

Step 2 of the Closed-Loop Autonomous Operations Protocol. Post an AI-generated recommendation to an issue thread. Accepts both a text recommendation and an optional structured_recommendation object with task definitions for auto-dispatch. The recommendation is persisted in the AI audit trail.

Parameters schema

{
  "type": "object",
  "required": [
    "issue_id",
    "recommendation"
  ],
  "properties": {
    "ai_agent": {
      "type": "string",
      "description": "Name of the AI agent posting (default: TaScan AI)"
    },
    "issue_id": {
      "type": "string",
      "description": "Issue ID to recommend a fix for"
    },
    "recommendation": {
      "type": "string",
      "description": "The AI-generated recommendation text (clear, actionable instructions)"
    },
    "structured_recommendation": {
      "type": "object",
      "description": "Optional structured recommendation with tasks for auto-dispatch. Format: { recommendation_summary, confidence_score, tasks: [{ title, description, response_type, requires_photo, is_safety_checkpoint, sort_order }], estimated_duration_minutes, required_responder_role }"
    }
  }
}

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 →
tascan_recommend_fix — TaScan — PRSM MCP