spawn_workers
Fan out work to configured providers by creating worker nodes that run in the background and return structured results, with unsupported providers or capacity limits reported as refused.
Instructions
Fan out to configured local providers. Creates WORKER nodes in spawn_state='requested' and returns immediately — a background supervisor performs the calls and records each answer as a STRUCTURED_RESULT. Requires exactly one of spawn_token or child_token. Caps and unknown providers come back in 'refused', never as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Only false is supported; true is an error. | |
| workers | Yes | ||
| child_token | No | Server-issued worker token; only valid if minted with grant_spawn. | |
| spawn_token | No | Root capability token. Never logged or echoed. | |
| workflow_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. |