nworks_mail_list
Retrieve email lists from NAVER WORKS inbox with filters for unread messages, folder selection, and pagination controls.
Instructions
받은 메일 목록을 조회합니다. '메일 확인해줘', '받은편지함 보여줘', '안 읽은 메일 있어?' 등의 요청에 사용. User OAuth 인증 필요 (mail.read scope)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | 메일 폴더 ID (기본: 0 = 받은편지함) | |
| count | No | 페이지당 항목 수 (기본: 30, 최대: 200) | |
| cursor | No | 페이지네이션 커서 | |
| isUnread | No | 읽지 않은 메일만 조회 | |
| userId | No | 대상 사용자 ID (미지정 시 me) |