Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search clickup --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search clickup --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Tasks | list-tasks | Get all tasks in a list |
| List Lists in Folder | list-lists-in-folder | Get all lists in a folder |
| List Folderless Lists | list-folderless-lists | Get all lists in a space that are not in a folder |
| List Folders | list-folders | Get all folders in a space |
| List Spaces | list-spaces | Get all spaces in a workspace |
| List Task Comments | list-task-comments | Get all comments on a task |
| Get Task | get-task | Get details of a specific task by ID |
| Get List | get-list | Get details of a specific list by ID |
| Get Folder | get-folder | Get details of a specific folder by ID |
| Get Space | get-space | Get details of a specific space by ID |
| Create Task | create-task | Create a new task in a ClickUp list |
| Create List | create-list | Create a new list in a folder |
| Create Folder | create-folder | Create a new folder in a space |
| Create Space | create-space | Create a new space in a workspace |
| Update Task | update-task | Update an existing task |
| Update List | update-list | Update an existing list |
| Update Folder | update-folder | Update an existing folder |
| Update Space | update-space | Update an existing space |
| Delete Task | delete-task | Delete a task by ID |
| Delete List | delete-list | Delete a list by ID |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出任务 | list-tasks | 获取列表中的所有任务 |
| 列出文件夹中的列表 | list-lists-in-folder | 获取文件夹中的所有列表 |
| 列出无文件夹的列表 | list-folderless-lists | 获取空间中未包含在文件夹内的所有列表 |
| 列出文件夹 | list-folders | 获取空间中的所有文件夹 |
| 列出空间 | list-spaces | 获取工作区中的所有空间 |
| 列出任务评论 | list-task-comments | 获取任务的所有评论 |
| 获取任务详情 | get-task | 通过ID获取特定任务的详细信息 |
| 获取列表详情 | get-list | 通过ID获取特定列表的详细信息 |
| 获取文件夹详情 | get-folder | 通过ID获取特定文件夹的详细信息 |
| 获取空间详情 | get-space | 通过ID获取特定空间的详细信息 |
| 创建任务 | create-task | 在ClickUp列表中创建新任务 |
| 创建列表 | create-list | 在文件夹中创建新列表 |
| 创建文件夹 | create-folder | 在空间中创建新文件夹 |
| 创建空间 | create-space | 在工作区中创建新空间 |
| 更新任务 | update-task | 更新现有任务 |
| 更新列表 | update-list | 更新现有列表 |
| 更新文件夹 | update-folder | 更新现有文件夹 |
| 更新空间 | update-space | 更新现有空间 |
| 删除任务 | delete-task | 通过ID删除任务 |
| 删除列表 | delete-list | 通过ID删除列表 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认值为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串) |
| 简写方式,用于发送JSON体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY