nworks_drive_list
Retrieve file and folder listings from NAVER WORKS Drive. Use this tool to view directory contents when users request 'show my files' or 'list drive items'. Requires OAuth authentication with file.read scope.
Instructions
NAVER WORKS 드라이브의 파일/폴더 목록을 조회합니다. '드라이브 파일 보여줘', '내 파일 목록' 등의 요청에 사용. User OAuth 인증 필요 (file.read scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | 대상 사용자 ID (미지정 시 me) | |
| folderId | No | 폴더 ID (미지정 시 루트) | |
| count | No | 페이지당 항목 수 (기본: 20, 최대: 200) | |
| cursor | No | 페이지네이션 커서 |