How to review a contract PDF with Claude
When to use: You need to understand what's in a 50-page contract and flag unusual clauses.
Flow
-
Read the full PDFUse read_pdf on ./contracts/msa-acme.pdf. Extract text and metadata.✓ Copied→ Full text + author/title/date metadata
-
Ask for a structured summarySummarize: parties, term, payment terms, IP, termination, unusual clauses. Quote the exact clause for each.✓ Copied→ Structured summary with quotes
-
Red-flag reviewCompared to a standard SaaS MSA, what clauses are unusual or risky? Cite page numbers.✓ Copied→ Prioritized list of things to negotiate
Outcome: A 15-minute review instead of a 2-hour one — with citations.
Pitfalls
- Scanned PDFs return empty text — pdf-reader needs a text layer; run
ocrmypdf input.pdf output.pdffirst