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