Generate a contract
generate_contractFill contract templates (NDA, MSA, SOW, license) with provided fields, auto-fill customer info from CRM, and return a draft markdown.
Instructions
Fill a standard contract template with the given fields and return the draft markdown. Optionally auto-fills customer_name from a CRM company, and with save:true writes the draft into the media gallery. Drafts are stamped to review with counsel — not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| vars | No | Template fields, e.g. { provider, effective_date, term }. | |
| company | No | CRM company id to auto-fill customer_name. | |
| project | Yes | ||
| template | Yes |