Skip to main content
Glama
anypost

emailmd

by anypost

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
renderA

Render emailmd markdown into email-safe HTML. Returns html (the complete email document), text (the plain-text MIME part), meta (frontmatter), warnings (non-fatal repairs made while rendering; aim for none), htmlBytes, and previewUrl (a live browser preview of this exact document to share with the user).

lintA

Check emailmd markdown for deliverability, accessibility, and readability problems without rendering it: missing alt text, http:// links, Gmail's 102KB clip limit, generic link text, spam-trigger phrases, and more. Fix warnings before sending; suggestions are sometimes intentional (e.g. transactional emails without an unsubscribe link).

read_docsA

Fetch emailmd documentation from emailmd.dev. Call with no arguments for the index of all pages; pass page to read one (e.g. 'buttons', 'frontmatter', 'theme', 'directives/hero'). Read the relevant page before using syntax you are not sure about.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a unique and well-defined purpose: lint checks for issues, render converts to HTML, read_docs fetches documentation. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names are single lowercase verbs (lint, render, read_docs), following a consistent and predictable pattern.

Tool Count5/5

Three tools is an ideal count for a focused utility like emailmd, providing essential functionality without unnecessary complexity.

Completeness5/5

The tools cover the complete workflow: checking (lint), converting (render), and learning (read_docs). No obvious gaps for the server's purpose.

Maintenance

ActivityNo data
ResponsivenessUnresponsive