batch_execute
Run multiple router requests in one round trip to reduce bridge overhead; failures are reported per item, with an option to abort on first error.
Instructions
Run a list of router requests in ONE bridge round trip (transport batching, not a rollback transaction: failures are reported per item).
ops (list[typing.Any]): [{method, params}, ...] — the ops to run.
abort_on_error (bool | None): Stop at the first failure (default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| abort_on_error | No |