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
Available Tools
10 toolscreate_inboxInspect
Create inbox
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain | |
| username | No | Username | |
| displayName | No | Display name |
delete_inboxInspect
Delete inbox
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox |
get_attachmentInspect
Get attachment
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| threadId | Yes | ID of thread | |
| attachmentId | Yes | ID of attachment |
get_inboxInspect
Get inbox
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox |
get_threadInspect
Get thread
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| threadId | Yes | ID of thread |
list_inboxesInspect
List inboxes
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of items to return | |
| pageToken | No | Page token for pagination |
list_threadsInspect
List threads in inbox
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Filter items after datetime | |
| limit | No | Max number of items to return | |
| before | No | Filter items before datetime | |
| labels | No | Labels to filter items by | |
| inboxId | Yes | ID of inbox | |
| pageToken | No | Page token for pagination |
reply_to_messageInspect
Reply to message
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | HTML body | |
| text | No | Plain text body | |
| labels | No | Labels | |
| inboxId | Yes | ID of inbox | |
| replyAll | No | Reply to all recipients | |
| messageId | Yes | ID of message |
send_messageInspect
Send message
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipients | |
| bcc | No | BCC recipients | |
| html | No | HTML body | |
| text | No | Plain text body | |
| labels | No | Labels | |
| inboxId | Yes | ID of inbox | |
| subject | No | Subject |
update_messageInspect
Update message
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| addLabels | No | Labels to add | |
| messageId | Yes | ID of message | |
| removeLabels | No | Labels to remove |
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.
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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.