tascan_recommend_fix
ActiveTool of TaScan
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 }"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries