Generates a structured summary of one document with verified citations. The markdown output feeds straight into Export DOCX, Verify Citations, or a downstream agentic step.Config
Field
Type
Required
Notes
Document
Document picker
Yes
One document.
Summary length
Select
No
Longer summaries include more detail. Defaults to medium.
Outputs
Field
Contents
Document Id, Title
Which document was summarized.
Summary Markdown
The summary body. Wire this into Export DOCX or Verify Citations.
Section Count, Citation Count
Structure and grounding counts.
To summarize a whole set rather than one document, put this step inside a Loop Over Documents. That is exactly what the “Summarize Each Document” starter template does.
Reads a contract and extracts the structured facts (term lengths, carve-outs, durations) that Score Against Benchmarks consumes.Config
Field
Type
Required
Notes
Document
Document picker
Yes
The contract to read.
Benchmark suite
NDA, MSA, Employment, M&A, Privacy
Yes
Which suite the extracted facts should match.
Outputs
Field
Contents
Facts
The structured facts dict. Wire this straight into Score Against Benchmarks.
Extracted Count, Total Count
How many of the suite’s facts were actually found.
Pair Extract Contract Facts → Score Against Benchmarks and select the same benchmark suite on both. That gets you a scored contract without typing a single value. A low Extracted Count relative to Total Count is a signal that the contract is unusual or the wrong suite is selected.