get_lists_in_folder
Retrieve all lists in a specified folder, including each list's ID, name, and task count. Use to find a list ID within a folder.
Instructions
List all Lists inside a Folder, with each List's id, name and task count. Use to discover a list_id within a Folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the Folder whose Lists to fetch. | |
| archived | No | If true, include archived Lists. Defaults to false. |