Export clauses
clause_exportExport the entire clause library to a single file in JSON or Markdown. Specify destination path and overwrite option to get file path, format, and clause count.
Instructions
Call this tool to write the whole clause library out to one file. Returns the destination path, the format used and how many clauses were written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination file path. The clauses are written in assembly order, categories first | |
| format | Yes | json (a Pro feature) or markdown (works in the free tier) | |
| overwrite | No | Replace the destination if a file is already there. Without it an existing file is never touched |