word_extract_sow_structure
Extract structured data from an existing Statement of Work (SOW) document. Parse key information into a machine-readable format for reuse in generating new documents.
Instructions
Extract structured data from an existing SOW document.
Parses a SOW document and extracts key information into a structured format that can be used to generate new documents.
Example: extract_sow_structure( file_path="01. Inputs/existing-sow.docx" )
Args: file_path: Path to the SOW document
Returns: Dictionary with extracted SOW data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the SOW document |