Skip to main content
Glama

Dead Simple Email

Server Details

Give an agent its own inbox: send, receive, and pull signup codes from real email.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

14 tools
create_inboxInspect

Create a new email inbox. Returns the inbox details including the email address.

Args:
    display_name: Friendly name for the inbox (e.g. "Support Bot")
    tags: Comma-separated tags (e.g. "support,production")
ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNo
display_nameNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
delete_inboxInspect

Delete an inbox and all its messages.

Args:
    inbox_id: The inbox ID to delete
ParametersJSON Schema
NameRequiredDescriptionDefault
inbox_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
forward_messageInspect

Forward a message to new recipients.

Args:
    inbox_id: The inbox containing the message
    message_id: The message ID to forward
    to: Recipient email address (comma-separated for multiple)
    body: Optional additional text to include
ParametersJSON Schema
NameRequiredDescriptionDefault
toYes
bodyNo
inbox_idYes
message_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_usageInspect

Get account usage metrics: inboxes, emails sent/received, plan limits.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_verification_codeInspect

Wait for a verification/OTP email and return the extracted code.

Waits for the next new inbound email, then returns the auto-extracted
verification code (and any magic link). Perfect for autonomous sign-ups.

Args:
    inbox_id: The inbox to watch
    from_contains: Only match senders containing this text (optional)
    timeout_seconds: Max seconds to wait (default 60)
ParametersJSON Schema
NameRequiredDescriptionDefault
inbox_idYes
from_containsNo
timeout_secondsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
list_inboxesInspect

List all email inboxes in the account.

Args:
    limit: Maximum number of inboxes to return (default 20)
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
list_threadsInspect

List conversation threads in an inbox.

Args:
    inbox_id: The inbox to list threads for
    limit: Maximum number of threads to return (default 10)
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
inbox_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
read_messageInspect

Read a single message with full body content.

Args:
    inbox_id: The inbox containing the message
    message_id: The message ID to read
ParametersJSON Schema
NameRequiredDescriptionDefault
inbox_idYes
message_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
read_messagesInspect

Read recent messages in an inbox.

Args:
    inbox_id: The inbox to read from
    limit: Maximum number of messages to return (default 10)
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
inbox_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
read_threadInspect

Read all messages in a conversation thread.

Args:
    inbox_id: The inbox containing the thread
    thread_id: The thread ID to read
ParametersJSON Schema
NameRequiredDescriptionDefault
inbox_idYes
thread_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
reply_to_messageInspect

Reply to a message. Threading headers are set automatically.

Args:
    inbox_id: The inbox containing the message
    message_id: The message ID to reply to
    body: Reply body (plain text)
ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
inbox_idYes
message_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
send_emailInspect

Send an email from an inbox.

Args:
    inbox_id: The inbox to send from
    to: Recipient email address (comma-separated for multiple)
    subject: Email subject line
    body: Email body (plain text)
    cc: CC recipients (comma-separated, optional)
    bcc: BCC recipients (comma-separated, optional)
ParametersJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bccNo
bodyYes
subjectYes
inbox_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
wait_for_emailInspect

Block until a NEW inbound email arrives in the inbox, then return it.

Use for signup/verification flows: trigger the action that sends the email,
then call this to receive it. Only emails arriving after this call count.

Args:
    inbox_id: The inbox to watch
    from_contains: Only match senders containing this text (optional)
    subject_contains: Only match subjects containing this text (optional)
    timeout_seconds: Max seconds to wait (default 60)
ParametersJSON Schema
NameRequiredDescriptionDefault
inbox_idYes
from_containsNo
timeout_secondsNo
subject_containsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources