batch_decide
Make multiple bounded decisions in one MCP request with shared or per-item contexts, returning structured choices (binary, choice, ordered score).
Instructions
Make ordered bounded decisions in one MCP request.
Supply shared_context and omit item contexts, or omit shared_context and
give every item its own context. This is API batching, not parallel inference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| failure_policy | No | fail_fast | |
| shared_context | No | ||
| response_detail | No | compact | |
| confidence_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| model | Yes | ||
| backend | Yes | ||
| metrics | Yes | ||
| failure_policy | Yes | ||
| response_detail | Yes |