batch
Execute multiple tool calls in a single round trip, stopping at the first error unless configured otherwise. Ideal for fixed setup sequences to reduce overhead.
Instructions
Run several of this server's tools in one round trip. ops: [{"tool": "evaluate", "args": {"code": "1+1"}}, ...]. Stops at the first failure unless stop_on_error is false. Useful for a fixed setup sequence; not a substitute for one compound Wolfram expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| stop_on_error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |