Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMAIL_ADDRESS | Yes | 你的邮箱地址 | |
| EMAIL_PASSWORD | Yes | 邮箱授权码 (不是邮箱密码) | |
| EMAIL_PROVIDER | Yes | 邮箱提供商 (目前支持: 163) | 163 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emails | List emails from inbox |
| get_unread_count | Get count of unread emails |
| check_connection | Check connection |
| get_email_detail | Get detailed content of a specific email |
| mark_email_read | Mark an email as read |
| delete_email | Delete an email permanently |
| move_email_to_trash | Move an email to trash folder |
| batch_move_to_trash | Move multiple emails to trash folder in batch |
| batch_delete_emails | Permanently delete multiple emails in batch |
| batch_mark_read | Mark multiple emails as read in batch |