batch_read
Combine up to ten searches, context lookups, traversals, catalogs, or aggregates into one consistent snapshot, enabling efficient batch reads and ordered results with pagination in a single request.
Instructions
Read 1–10 mixed searches, contexts, traversals or catalogs in one consistent snapshot. Searches accept text (full-text) and may include_context to return full records and one-hop links for the page. operation 'traverse' takes the traverse tool's arguments, with max_nodes capped at 100 here; operation 'aggregate' takes the aggregate tool's arguments. Total search limits plus traverse max_nodes (default 50) plus standalone context/catalog/aggregate items must be <=100. Each search retains its own next_cursor. Context event_limit defaults to 0 (omitted, not absent); set 1–100 for history. Relationship limits apply per direction. Ordered results carry item_index; any failure rejects the call. Max response 2 MB. Reads do not authorize writes: use resolution tickets for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||