clickup_get_folder
Fetch a specific ClickUp folder with its lists and status workflow. Use to inspect folder details before updating.
Instructions
Fetch one Folder, including its Lists and status workflow.
Calls GET /folder/{folder_id}.
When to Use:
To inspect a specific Folder's statuses, Lists, and
override_statusesflag before deciding whether to update it.
When NOT to Use:
To browse every Folder in a Space — use
clickup_get_folders.
Returns:
A markdown detail block or JSON object, or an Error ... string.
Examples: params = {"folder_id": "456", "response_format": "markdown"}
Error Handling:
404 means folder_id doesn't exist or isn't accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |