batch_fetch
Fetch up to 50 research papers in a single batch with bounded concurrency, producing ordered compact summaries and optional persistent manifests for auditable results.
Instructions
Fetch 1..50 papers with bounded concurrency and input-ordered compact manifest/acceptance results. It may access remote services and write the same cache, artifacts, or Markdown as fetch_paper. detail=bounded returns only a batch-wide bounded text sample. Set run_manifest or resume for auditable persistence; overwrite defaults false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | No | ||
| detail | No | compact | |
| resume | No | ||
| queries | Yes | ||
| strategy | No | ||
| overwrite | No | ||
| max_tokens | No | full_text | |
| concurrency | No | ||
| no_download | No | ||
| download_dir | No | ||
| include_refs | No | ||
| prefer_cache | No | ||
| run_manifest | No | ||
| artifact_mode | No | markdown-assets | |
| batch_results | No | ||
| save_markdown | No | ||
| content_max_chars | No | ||
| continue_on_error | No | ||
| markdown_filename | No | ||
| markdown_output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| route | No | ||
| stage | No | ||
| state | No | ||
| trace | No | ||
| detail | No | ||
| reason | No | ||
| run_id | No | ||
| status | No | ||
| aborted | No | ||
| details | No | ||
| results | No | ||
| summary | No | ||
| provider | No | ||
| warnings | No | ||
| cancelled | No | ||
| persisted | No | ||
| retryable | No | ||
| candidates | No | ||
| events_path | No | ||
| http_status | No | ||
| missing_env | No | ||
| query_count | No | ||
| reused_count | No | ||
| source_trail | No | ||
| error_category | No | ||
| lane_cooldowns | No | ||
| schema_version | No | ||
| attempted_count | No | ||
| completion_order | No | ||
| content_max_chars | No | ||
| run_manifest_path | No | ||
| request_fingerprint | No | ||
| retry_after_seconds | No | ||
| content_returned_chars | No |