# ClickupToolkit

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/agent_toolkits/clickup/toolkit/ClickupToolkit)

Clickup Toolkit.

*Security Note*: This toolkit contains tools that can read and modify
    the state of a service; e.g., by reading, creating, updating, deleting
    data associated with this service.

    See https://python.langchain.com/docs/security for more information.

## Signature

```python
ClickupToolkit()
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `tools` | `unknown` | Yes | List[BaseTool]. The tools in the toolkit. Default is an empty list. |

## Extends

- `BaseToolkit`

## Properties

- `tools`

## Methods

- [`from_clickup_api_wrapper()`](https://reference.langchain.com/python/langchain-community/agent_toolkits/clickup/toolkit/ClickupToolkit/from_clickup_api_wrapper)
- [`get_tools()`](https://reference.langchain.com/python/langchain-community/agent_toolkits/clickup/toolkit/ClickupToolkit/get_tools)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/agent_toolkits/clickup/toolkit.py#L23)