tascan_dispatch_to_agent
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task description. Prefix with CODE: SHELL: RESEARCH: WRITE: PLAN: for routing, or just plain text. | |
| agent | No | Agent ID or name to dispatch to (default: claude-code-local). Use tascan_list_agents to see options. | |
| priority | No | Priority level (default: normal) |