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