Server Details
Non functional server (yet)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
1 toolsend_emailTry in Inspector
Send an email via Resend API.
Args: sender_email: Sender email address (must be verified in Resend) to_emails: List of recipient email addresses subject: Email subject line text_content: Plain text content (required if html_content not provided) html_content: HTML content (required if text_content not provided)
Returns: API response with email ID on success
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| to_emails | Yes | ||
| html_content | No | ||
| sender_email | Yes | ||
| text_content | No |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server