You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_dispatch_instruction

Active

Tool of TaScan

declared in 1.3.0

Step 3 of the Closed-Loop Autonomous Operations Protocol. Dispatches remediation to the worker via MULTI-CHANNEL delivery: (1) issue thread message, (2) in-app notification, (3) progress feed update, (4) SMS if phone on file, (5) optional remediation task list creation. Closes the loop from digital AI analysis to physical worker execution.

Parameters schema

{
  "type": "object",
  "required": [
    "issue_id",
    "instruction"
  ],
  "properties": {
    "ai_agent": {
      "type": "string",
      "description": "Name of the AI agent dispatching (default: TaScan AI)"
    },
    "issue_id": {
      "type": "string",
      "description": "Issue ID this instruction relates to"
    },
    "send_sms": {
      "type": "boolean",
      "description": "Send SMS to worker (default: true if phone on file)"
    },
    "worker_id": {
      "type": "string",
      "description": "Target worker ID (defaults to the worker who reported the issue)"
    },
    "instruction": {
      "type": "string",
      "description": "Clear, actionable instruction for the worker to execute"
    },
    "remediation_tasks": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Optional array of tasks to create as a remediation task list. Each: { title, description, response_type, requires_photo, is_safety_checkpoint, sort_order }"
    },
    "recommendation_summary": {
      "type": "string",
      "description": "One-line summary for the task list description"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TaScan

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

1/7 registries
View full server →