Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

create_task_from_template

Generate tasks in ClickUp using predefined templates. Customize tasks and assign them to specific lists, streamlining project workflows with automation and consistency.

Instructions

Create a task from a template

Input Schema

NameRequiredDescriptionDefault
customizationsNoCustomizations to apply to template
list_idYesList ID for the new task
template_nameYesTemplate name

Input Schema (JSON Schema)

{ "properties": { "customizations": { "description": "Customizations to apply to template", "type": "object" }, "list_id": { "description": "List ID for the new task", "type": "string" }, "template_name": { "description": "Template name", "type": "string" } }, "required": [ "template_name", "list_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DiversioTeam/clickup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server