Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| naver-id | Yes | Your Naver account ID | |
| naver-password | Yes | Your Naver account password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mails | 최근 N개 메일 목록 조회 (JSON 또는 텍스트 형태) |
| list_mails_paginated | 페이징을 지원하는 메일 목록 조회 |
| get_mail_detail | 특정 메일의 상세 정보 조회 |
| list_folders | 메일 폴더 목록 조회 |
| create_folder | 새 메일 폴더 생성 |
| delete_folder | 메일 폴더 삭제 |
| rename_folder | 메일 폴더 이름 변경 |
| move_mails | 메일을 다른 폴더로 이동 |
| copy_mails | 메일을 다른 폴더로 복사 |
| delete_mails | 메일 삭제 |
| mark_mails_read | 메일을 읽음 상태로 변경 |
| mark_mails_unread | 메일을 읽지 않음 상태로 변경 |
| mark_mails_important | 메일을 중요 상태로 변경 |
| mark_mails_unimportant | 메일을 중요하지 않음 상태로 변경 |
| debug_env | 환경 변수 및 서버 상태 디버깅 |
| ping | 서버 상태 확인 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |