email-send-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENDER | Yes | Email address used as sender | |
| PASSWORD | Yes | App-specific password or password for SMTP |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailB | A tool that sends emails based on the provided subject, body and receiver. It ensures secure and accurate email delivery while supporting multiple recipients and custom content. Ideal for automating email workflows. After collecting the information, it needs to be displayed to the user, and then selected to send after the user confirms it. |
| search_attachmentsC | Searches for files in a specified directory that match a given pattern. The search can be case-insensitive and returns the full paths of all matching files. This tool is useful for locating specific files or attachments within a directory structure. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| send_email | A tool for sending emails based on the provided subject, body, and recipients. It ensures that emails are delivered safely and accurately, and supports multiple recipients and customized content. After collecting the information, it needs to be displayed to the user, and then selected to send after the user confirms it. |
| search_attachments | Searches for files in a specified directory that match a given pattern. The search can be case-insensitive and returns the full paths of all matching files. This tool is useful for locating specific files or attachments within a directory structure. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YUHAI0/email-send-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server