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
Available Tools
10 toolscreate_inboxTry in Inspector
Create inbox
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain | |
| username | No | Username | |
| displayName | No | Display name |
delete_inboxTry in Inspector
Delete inbox
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox |
get_attachmentTry in Inspector
Get attachment
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| threadId | Yes | ID of thread | |
| attachmentId | Yes | ID of attachment |
get_inboxTry in Inspector
Get inbox
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox |
get_threadTry in Inspector
Get thread
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| threadId | Yes | ID of thread |
list_inboxesTry in Inspector
List inboxes
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of items to return | |
| pageToken | No | Page token for pagination |
list_threadsTry in Inspector
List threads in inbox
ParametersJSON Schema
| 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_messageTry in Inspector
Reply to message
ParametersJSON Schema
| 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_messageTry in Inspector
Send message
ParametersJSON Schema
| 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_messageTry in Inspector
Update message
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inboxId | Yes | ID of inbox | |
| addLabels | No | Labels to add | |
| messageId | Yes | ID of message | |
| removeLabels | No | Labels to remove |
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
Try in Browser
Your Connectors
Sign in to create a connector for this server.