get_lists
Retrieve all lists within a specified ClickUp folder to organize and manage project tasks and workflows efficiently.
Instructions
Get all lists in a folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ClickUp folder ID |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"description": "ClickUp folder ID",
"type": "string"
}
},
"required": [
"folder_id"
],
"type": "object"
}