ClickUp MCP Server

clickup_get_lists

Get all lists in a specific folder

Input Schema

NameRequiredDescriptionDefault
folder_idYesThe ID of the folder to get lists from. The unique identifier for the resource in ClickUp.

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "description": "The ID of the folder to get lists from. The unique identifier for the resource in ClickUp.", "type": "string" } }, "required": [ "folder_id" ], "type": "object" }