clickup_get_list_templates
Get all List templates in a ClickUp workspace to find the template_id required for creating a list from a template.
Instructions
List available List templates for a Workspace.
The t- prefixed id field returned here feeds the template_id
parameter of clickup_create_list_from_template_in_folder and
clickup_create_list_from_template_in_space.
When to Use:
Discovering which List templates exist before instantiating one.
When NOT to Use:
You already know the template_id — go straight to
clickup_create_list_from_template_in_folder/_in_space.
Returns:
Markdown (default) or JSON per response_format.
Pagination:
ClickUp returns every template in one response; this tool then windows
the result with limit/offset.
Examples: params = {} params = {"team_id": "90130012345", "limit": 50}
Error Handling: Raises a configuration error if team_id is omitted and CLICKUP_TEAM_ID is not set; 401/403 indicate a token or plan issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |