list_checklists
Fetch checklists from IT Glue using filters for organization, assignee, completion, or template, and select compact, full, or summary output to get the relevant data.
Instructions
List checklists from IT Glue.
Args: organization_id: Filter by organization ID completed: Filter by completion status assignee_id: Filter by assignee user ID checklist_template_id: Filter by template ID include_tasks: Whether to include checklist tasks 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 checklists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| completed | No | ||
| page_size | No | ||
| assignee_id | No | ||
| save_to_file | No | ||
| include_tasks | No | ||
| output_format | No | compact | |
| organization_id | No | ||
| checklist_template_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |