You're viewing a demo portfolio

Join the waitlist
PRSM

tascan_dispatch_to_agent

Active

Tool of TaScan

declared in 1.3.0

PREFERRED tool for sending work to an AI agent. Dispatches a task to the agent's inbox — picked up and executed automatically. No list ID needed. Supports prefixes: CODE: SHELL: RESEARCH: WRITE: PLAN: for routing. Use "agent" param to target a specific agent (default: claude-code-local). Use tascan_list_agents to discover available agents.

Parameters schema

{
  "type": "object",
  "required": [
    "task"
  ],
  "properties": {
    "task": {
      "type": "string",
      "description": "The task description. Prefix with CODE: SHELL: RESEARCH: WRITE: PLAN: for routing, or just plain text."
    },
    "agent": {
      "type": "string",
      "description": "Agent ID or name to dispatch to (default: claude-code-local). Use tascan_list_agents to see options."
    },
    "priority": {
      "enum": [
        "normal",
        "urgent"
      ],
      "type": "string",
      "description": "Priority level (default: normal)"
    }
  }
}

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