AtlaSent — Evaluate (streamed, buffered)
atlasent_evaluate_streamEvaluate up to 100 actions via streaming endpoint. Buffers SSE stream, returns complete result set with per-item errors. Designed for batch authorization decisions.
Instructions
Evaluate up to 100 actions via the streaming endpoint. The tool buffers the SSE stream and returns the complete result set (same shape as atlasent_evaluate_many). Per-item RPC failures surface in the items array with { error }; the stream continues. Closed-by-default: 404 surfaces as a feature_not_enabled error tagged with the v2_streaming tenant flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to evaluate (1-100). Decisions returned in input order. | |
| batch_id | No | Optional UUID for idempotency. |