Create a service agreement
contract_createGenerate a freelance service agreement .docx from client, services, start date, fee, and clauses. Returns the file path, reference, and fee for lawyer review.
Instructions
Call this tool to produce a freelance service agreement .docx. Returns the reference, the fee and the file path. It is a template skeleton for a lawyer to review, not legal advice. Free tier: 3 agreements per month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | Yes | ||
| client | Yes | The client's legal name | |
| clauses | No | Extra clauses to append, one paragraph each | |
| end_date | No | YYYY-MM-DD, omit for an open-ended engagement | |
| out_path | No | Where to write the .docx. Defaults to the data directory | |
| services | Yes | What you will do, one or two sentences. The document adds parties, term, fee and schedule, plus standard clauses on intellectual property, confidentiality, independent contractor status, liability, termination and governing law | |
| overwrite | No | Replace out_path if a file is already there. Default false: an existing file is never overwritten | |
| start_date | Yes | YYYY-MM-DD | |
| governing_law | No | e.g. 'the laws of Poland' |