Skip to main content
Glama

Server Details

AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
agentmail-to/agentmail-smithery-mcp
GitHub Stars
2
Server Listing
Basic MCP Server

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

11 tools
create_inboxInspect

Create inbox

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain
usernameNoUsername
displayNameNoDisplay name
delete_inboxInspect

Delete inbox

ParametersJSON Schema
NameRequiredDescriptionDefault
inboxIdYesID of inbox
forward_messageInspect

Forward message

ParametersJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipients
toYesRecipients
bccNoBCC recipients
htmlNoHTML body
textNoPlain text body
labelsNoLabels
inboxIdYesID of inbox
subjectNoSubject
messageIdYesID of message
attachmentsNoAttachments
get_attachmentInspect

Get attachment

ParametersJSON Schema
NameRequiredDescriptionDefault
inboxIdYesID of inbox
threadIdYesID of thread
attachmentIdYesID of attachment
get_inboxInspect

Get inbox

ParametersJSON Schema
NameRequiredDescriptionDefault
inboxIdYesID of inbox
get_threadInspect

Get thread

ParametersJSON Schema
NameRequiredDescriptionDefault
inboxIdYesID of inbox
threadIdYesID of thread
list_inboxesInspect

List inboxes

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of items to return
pageTokenNoPage token for pagination
list_threadsInspect

List threads in inbox

ParametersJSON Schema
NameRequiredDescriptionDefault
afterNoFilter items after datetime
limitNoMax number of items to return
beforeNoFilter items before datetime
labelsNoLabels to filter items by
inboxIdYesID of inbox
pageTokenNoPage token for pagination
reply_to_messageInspect

Reply to message

ParametersJSON Schema
NameRequiredDescriptionDefault
htmlNoHTML body
textNoPlain text body
labelsNoLabels
inboxIdYesID of inbox
replyAllNoReply to all recipients
messageIdYesID of message
attachmentsNoAttachments
send_messageInspect

Send message

ParametersJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipients
toYesRecipients
bccNoBCC recipients
htmlNoHTML body
textNoPlain text body
labelsNoLabels
inboxIdYesID of inbox
subjectNoSubject
attachmentsNoAttachments
update_messageInspect

Update message

ParametersJSON Schema
NameRequiredDescriptionDefault
inboxIdYesID of inbox
addLabelsNoLabels to add
messageIdYesID of message
removeLabelsNoLabels to remove

Verify Ownership

Claim this connector by publishing 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 connector will appear as claimed by you.

Sign in to verify ownership

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.