> For the complete documentation index, see [llms.txt](https://notara.gitbook.io/notara-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notara.gitbook.io/notara-docs/connectors/clickup.md).

# ClickUp

Read ClickUp tasks, spaces, and workspaces — list what's in progress, get full task details, and search across the workspace — from Slack.

## What It Enables

| Tool              | Capability | Description                                                                |
| ----------------- | ---------- | -------------------------------------------------------------------------- |
| `list_workspaces` | `read`     | List all ClickUp workspaces accessible with the current token              |
| `list_spaces`     | `read`     | List all spaces in a workspace                                             |
| `list_tasks`      | `read`     | List tasks in a list with status, assignees, priority, and due dates       |
| `get_task`        | `read`     | Get full task details including description, subtasks, and recent comments |
| `search_tasks`    | `read`     | Search for tasks across the workspace by keyword                           |

All tools are read-only.

## Setup

**Required:** ClickUp personal API key

**Where to find it:** [app.clickup.com → Settings → Apps](https://app.clickup.com/settings/apps)

1. In the Notara dashboard, go to **Tools**.
2. Click the **ClickUp** tile.
3. In ClickUp, go to **Settings → Apps** and generate a personal API token.
4. Paste the token into the credential field and click **Verify & Save**.

Your API key is encrypted at rest with AES-256-GCM.

## Example Prompts

> "What tasks are overdue in the Sprint 12 list?"

> "Search ClickUp for anything related to the API redesign."

> "Show me the details and comments on task ABC-789."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notara.gitbook.io/notara-docs/connectors/clickup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
