Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| send_email | 发送邮件 |
| get_recent_emails | 获取最近三天的邮件列表 |
| get_email_content | 获取指定邮件的详细内容 |
| setup_email_account | 设置邮箱账号(自动识别邮箱类型并配置服务器) |
| list_supported_providers | 列出支持的邮箱提供商 |
| configure_email_server | 手动配置邮箱服务器设置(高级用户使用) |
| test_email_connection | 测试邮箱服务器连接 |