Import clauses
clause_importBulk-load clauses into your library from a markdown or JSON file, then review counts of added, replaced, skipped, and cap-blocked entries with the new total.
Instructions
Call this tool to bulk-load clauses into the library from a markdown or JSON file. Returns how many clauses were added, replaced, skipped and blocked by the free clause cap, plus the new library total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .md or .json file. Markdown form: '## Title', then optional 'category:' / 'tags:' / 'variables:' lines, a blank line, then the body. JSON form: an array of clauses. JSON import is a Pro feature; markdown import works in the free tier, within the free clause cap | |
| overwrite | No | Replace clauses whose title already exists instead of skipping them |