get_organization_checklists
Retrieve checklists for an organization by ID, with options to filter by completion status, include tasks, and control output format.
Instructions
Get all checklists for a specific organization.
Args: organization_id: The organization ID completed: Filter by completion status 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 the organization's checklists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| completed | No | ||
| page_size | No | ||
| save_to_file | No | ||
| include_tasks | No | ||
| output_format | No | compact | |
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |