Why this workflow exists.
The Windfield Relationship Intelligence Report is a structured document that maps every brokerage transaction, every counterparty relationship, every deal pattern, and every market positioning signal from eight years of commercial real estate activity. It is not a summary — it is a queryable intelligence artifact that the Targeting, Enrichment, and Outreach agents use as source material.
The raw material lives in Dropbox: eight year-folders containing deal files, contracts, correspondence, and financial documents. The workflow converts these unstructured documents into structured intelligence through a four-stage pipeline.
Four stages. End-to-end pipeline.
Eight year folders. Hundreds of documents.
The Dropbox corpus spans 2018 through 2026 — eight year folders containing every deal file, contract, commission statement, and correspondence from Windfield's brokerage operations. The total file count exceeds 200, with formats including PDF, DOCX, XLSX, and plain text.
Eight tools. Three confirmation tiers.
list_folderTier 1 — ReadEnumerate folder contents with cursor paginationdownloadTier 1 — ReadBinary file download with path resolutionget_metadataTier 1 — ReadFile metadata: size, modified date, content hashsearchTier 1 — ReadFull-text search across Dropbox with query syntaxcreate_folderTier 2 — WriteCreate output directories for processed artifactsuploadTier 2 — WriteWrite processed artifacts back to Dropboxget_temporary_linkTier 3 — ShareGenerate shareable links for report distributionauthenticateTier 3 — ShareOAuth token refresh and scope validationEnumerate, then extract.
Dropbox API cursor pagination through /Tommy Saunders/Brokerage Transactions/. Produces a complete JSON manifest of 8 year folders, 200+ sub-files, all metadata.
Binary download of each document, conversion to text (PDF → text, DOCX → text, XLSX → structured JSON). Parallel processing with rate limiting to avoid Dropbox API throttling.
AI-driven synthesis. Every extracted document is fed through Claude to produce structured intelligence: deal summaries, relationship mappings, timeline construction, and pattern analysis.
Final report generation from structured data. Produces the Relationship Intelligence Report with deal history, relationship mapping, market position analysis, and forward-looking signals.