Skip to main content
Glama
Totally-Harmless

DingusMail

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_emlA

Parse an .eml file and return metadata, content, and attachment info.

Does NOT extract attachment bytes - use extract_eml_attachments for that. Perfect for previewing what's in an email without bloat.

extract_eml_attachmentsA

Extract attachments from .eml file with smart organization.

Organizes files into folders:

  • small_files/: Files <10KB (icons, signatures, etc.)

  • documents/: PDFs, Word docs, spreadsheets, presentations

  • images/: All image files (inline + regular)

  • attachments/: Everything else

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/Totally-Harmless/DingusMail'

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