Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POP3_HOST | No | POP3 서버 호스트 (POP3 server host) | pop3.hiworks.co.kr |
| POP3_PORT | No | POP3 서버 포트 (SSL) (POP3 server port (SSL)) | 995 |
| SMTP_HOST | No | SMTP 서버 호스트 (SMTP server host) | smtp.hiworks.co.kr |
| SMTP_PORT | No | SMTP 서버 포트 (SSL) (SMTP server port (SSL)) | 465 |
| EMAIL_USER | Yes | 이메일 계정 (Email account) | |
| EMAIL_PASSWORD | Yes | 이메일 비밀번호 (Email password) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emails | 최근 이메일 목록을 조회합니다. 제목, 발신자, 수신일시를 포함합니다. |
| search_emails | 키워드로 이메일을 검색합니다. 제목과 발신자에서 검색합니다. |
| read_email | 특정 이메일의 전체 내용을 읽습니다. 본문과 첨부파일 목록을 포함합니다. |
| fetch_recent_emails | 최근 N개 이메일의 전체 본문을 배치로 가져옵니다. 요약/일정 추출 시 사용하세요. |
| fetch_email_thread | 제목 키워드로 이메일 스레드(대화)를 복원합니다. 최근 100건에서 검색합니다. |
| download_attachment | 이메일 첨부파일을 지정된 경로에 다운로드합니다. |
| read_attachment_text | 이메일 첨부파일(pptx, docx, xlsx, pdf, txt)의 텍스트를 추출하여 반환합니다. Claude가 내용을 요약할 수 있도록 텍스트로 변환합니다. |
| send_email | 이메일을 발송합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |