list_customers
Retrieve customers from the current workspace, optionally searching by name, representative, or manager. Get customer IDs/names to use for create_task or update_task.
Instructions
현재 레포 컨텍스트 워크스페이스의 고객사 목록을 조회한다.
create_task/update_task의 customer를 이름으로 지정하기 전에 후보를 확인하는 용도. search를 주면 이름·대표자·담당자 이름으로 부분 검색한다(생략 시 전체). 반환된 id 또는 name을 customer 인자로 넘기면 된다.
권한(고객사 열람) 없는 워크스페이스는 서버가 빈 목록을 주므로 count=0이면 고객사가 없거나 열람 권한이 없는 것이다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||