extract_structured
Extract structured, cited evidence briefs from your PDF library for systematic review scaffolding. Returns a markdown table with citations per field.
Instructions
Extract a structured, cited evidence brief on a topic from the PDF library.
Elicit-style structured extraction: runs a fixed question set over the indexed
library (PaperQA2) and assembles a markdown table — one row per field, each
answer carrying its citations. Useful for systematic-review scaffolding.
Args:
topic: The subject to extract on (e.g. "HAT passive screening sensitivity").
fields: Optional comma-separated fields to extract. Default set covers
population, design, sample size, outcome, finding, limitations.
scope: Which index to query ("default" or "ph_library"). Build it first
with index_library_pdfs().Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| fields | No | ||
| scope | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |