list_checklist_templates
Retrieve all checklist templates to get reusable template IDs for creating organization checklists. Supports pagination and output format options.
Instructions
List all checklist templates.
Checklist templates are reusable checklists that can be instantiated for specific organizations. Use these template IDs when creating checklists with create_checklist(checklist_template_id=...).
Args: page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of checklist templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |