El catálogo/ClickUp
ClickUp
app.clickup
Manage tasks, lists, folders, spaces, and workspaces in ClickUp
Versión2.0.0
Categoríaproductivity
AutenticaciónOAuth 2
Herramientas16
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
ClickUp project management - manage tasks, lists, folders, spaces and workspaces via ClickUp API with OAuth2
02
Herramientas
16 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- 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
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Permisos
readwrite
Secretos de sistema
CLIENT_IDCLIENT_SECRET
Secretos de usuario
ACCESS_TOKENREFRESH_TOKENTOKEN_TYPEUSER_IDUSER_EMAILUSER_USERNAME
Seguir leyendo
El manifiesto y el código de ClickUp están en el monorepo, junto al resto de aplicaciones.