Create a checklist
checklist_createCreate a reusable checklist with a name, category, and optional description to organize recurring tasks. Returns a checklist ID for adding steps and running dated instances.
Instructions
Create a reusable checklist and return its CL-NNNN id: a name, a category and an optional description. Add the steps with checklist_item_add. Free tier: 3 checklists, and unlimited runs of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What the checklist is, e.g. Pre-delivery vehicle check or Site handover | |
| category | No | A grouping key, lower-cased and hyphenated, e.g. handover or safety. Default general | |
| description | No | What this checklist is for and when to run it, printed at the top of a blank copy |