Ingest contract
ingest-contractStore raw contract text, assign a unique ID, and extract deadlines, clauses, and obligations for portfolio tracking.
Instructions
Store a contract from its raw text. Assigns a unique id, extracts key clauses, the deadline date and the obligations into structured data, and adds it to the tracked contract portfolio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional display title; derived from the contract text when omitted | |
| contractText | Yes | The full raw text of the contract to ingest |