Bulk Execute
bulk_executeExecute a single-router tool on multiple routers in parallel, targeting by router IDs or tags. Returns per-router success/failure counts.
Instructions
Fan out a single-router tool to multiple routers in parallel (up to concurrency at a time). Target routers via explicit routerIds or by tag. Destructive tools are not allowed. Returns per-router results with succeeded/failed counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Name of the tool to fan out (must be a single-router tool) | |
| routerIds | No | Explicit list of router IDs to target | |
| tags | No | Target all routers with ALL of these tags (mutually exclusive with routerIds) | |
| params | Yes | Params to pass to the tool (omit routerId — injected per router) | |
| concurrency | No | Max simultaneous router calls |