Skip to main content
Glama
Patrick130306

smailr-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMAILR_API_KEYYesYour Smailr API key (`nm_...`)
SMAILR_BASE_URLNoAPI base URL override (default `https://smailr.com/api/v1`)https://smailr.com/api/v1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_mailboxesA

List all Smailr mailboxes. Scope: mailbox:read

create_mailboxB

Create a new mailbox. Scope: mailbox:write

check_addressA

Check whether a mailbox address is available. Scope: mailbox:read

get_mailboxA

Get mailbox details by ID. Scope: mailbox:read

update_mailboxB

Update a mailbox (settings such as display name, signature, etc.). Scope: mailbox:write

delete_mailboxB

Delete a mailbox permanently. Scope: mailbox:write

list_mailsB

List mails in a mailbox, optionally filtered by folder. Scope: mail:read

get_mailA

Get full details of a single mail. Scope: mail:read

update_mailA

Update mail state (e.g. read/unread, flags, folder). Scope: mail:manage

delete_mailC

Delete a mail. Scope: mail:manage

search_mailsA

Full-text search across mails. Scope: mail:read

send_mailC

Send an email from a mailbox. Scope: mail:send

upload_attachmentA

Upload a local file as a mail attachment; returns an attachment ID for send_mail. Scope: attachment:write

list_contactsB

List contacts. Scope: contact:read

create_contactB

Create a contact. Scope: contact:write

list_foldersA

List folders of a mailbox. Scope: folder:read

create_folderB

Create a folder in a mailbox. Scope: folder:write

list_labelsA

List labels. Scope: tag:read

create_labelC

Create a label. Scope: tag:write

list_rulesA

List incoming-mail filter rules. Scope: filter:read

list_signaturesA

List mail signatures. Scope: signature:read

get_quotaA

Get storage quota usage. Scope: storage:read

get_statsB

Get account statistics. Scope: storage:read

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Patrick130306/smailr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server