clickup_get_folder_custom_fields
Retrieve custom fields available at a Folder scope, including those inherited from parent Space and Workspace. Use to audit accessible fields for Lists and tasks.
Instructions
List the Custom Fields available at a Folder scope.
Calls GET /folder/{folder_id}/field, returning fields defined on the Folder
plus those inherited from the parent Space and Workspace.
When to Use:
To audit which fields a Folder exposes to its Lists and tasks.
When NOT to Use:
To find a field usable on a specific task — use
clickup_get_list_custom_fieldsfor the narrowest, task-applicable set.
Returns:
A markdown list of fields (or raw JSON with response_format="json").
Examples:
params = {"folder_id": "457"}
Error Handling: 404 means the Folder id is wrong; 401/403 point to token or access issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |