Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_ACCESS_TOKEN | Yes | Your ClickUp API access token. You can generate this from your ClickUp account settings under "Apps" > "API Token". |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tasks | Get tasks from a ClickUp list |
| create_task | Create a new task in a ClickUp list |
| update_task | Update an existing ClickUp task |
| get_task | Get details of a ClickUp task |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |