clickup_template_list
List all task templates in your ClickUp workspace. Each template includes saved settings like name, description, checklists, and custom fields for quick task creation.
Instructions
List the task templates available in a workspace. Task templates are saved task shapes (name, description, checklists, subtasks, custom fields, etc.) that can be applied via clickup_template_apply_task to create new tasks quickly. Returns an array of template objects (id, name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-indexed page number (default 0). Each page returns up to 100 templates; increment to paginate. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |