The catalogue/ClickUp

ClickUp

app.clickup

Manage tasks, lists, folders, spaces, and workspaces in ClickUp

OAuth 2productivityRead the source
Version2.0.0
Categoryproductivity
AuthOAuth 2
Tools16
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

ClickUp project management - manage tasks, lists, folders, spaces and workspaces via ClickUp API with OAuth2

clickuptasksprojectmanagementproductivitykanban
02

Tools

16 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • add-commentAdd a comment to a ClickUp task.
  • create-folderCreate a new folder in a ClickUp space.
  • create-listCreate a new list inside a ClickUp folder.
  • create-taskCreate a new task in a ClickUp list.
  • delete-taskDelete a ClickUp task permanently.
  • get-commentsGet all comments on a ClickUp task.
  • get-foldersGet all folders in a ClickUp space.
  • get-listsGet all lists in a ClickUp folder.
  • get-membersGet all members of a ClickUp workspace.
  • get-spacesGet all spaces in a ClickUp workspace.
  • get-taskGet detailed information about a specific ClickUp task.
  • get-tasksGet tasks from a ClickUp list with optional filters.
  • get-userGet the authenticated ClickUp user information.
  • get-workspacesGet all ClickUp workspaces (teams) the user belongs to.
  • search-tasksSearch for tasks across a ClickUp workspace.
  • update-taskUpdate an existing ClickUp task.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

Scopes

readwrite

System secrets

CLIENT_IDCLIENT_SECRET

User secrets

ACCESS_TOKENREFRESH_TOKENTOKEN_TYPEUSER_IDUSER_EMAILUSER_USERNAME

Reading further

The manifest and the source for ClickUp live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

ClickUp · Agent Apps