clickup_get_task_templates
List workspace task templates to retrieve their IDs for use with create task from template. Supports pagination.
Instructions
List the Workspace's saved task templates.
Calls GET /team/{team_id}/taskTemplate?page=N. team_id falls back to
CLICKUP_TEAM_ID. Use the returned ids with
clickup_create_task_from_template.
When to Use:
To discover template ids before creating a task from one.
When NOT to Use:
For Folder/List templates — those live in the Folders/Lists tools.
Returns: A markdown list of template names and ids, or JSON.
Pagination:
Page-based (page, 0-indexed, required by ClickUp).
Examples:
params = {"team_id": "9000", "page": 0}
Error Handling:
A missing team_id (and no CLICKUP_TEAM_ID) returns a clear error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |