Skip to main content
Glama

email_manage

Manage email themes and templates for FleetQ MCP server. Create, update, delete, and generate branded email designs with customizable colors, fonts, and layouts.

Instructions

Manage email themes and templates. Actions: theme_list, theme_get (theme_id), theme_create (name, styles), theme_update (theme_id + fields), theme_delete (theme_id), template_list, template_get (template_id), template_create (name, subject, body, theme_id), template_update (template_id + fields), template_delete (template_id), template_generate (prompt — AI generates template).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: theme_list, theme_get, theme_create, theme_update, theme_delete, template_list, template_get, template_create, template_update, template_delete, template_generate
statusNoFilter by status: draft, active, archived
limitNoMax results (default 10, max 100)
idYesEmail theme UUID
nameYesTheme name
primary_colorNoPrimary/CTA color as hex (e.g. #2563eb). Default: #2563eb
background_colorNoEmail background color as hex. Default: #f4f4f4
canvas_colorNoContent area background color as hex. Default: #ffffff
text_colorNoBody text color as hex. Default: #1f2937
heading_colorNoHeading text color as hex. Default: #111827
font_nameNoFont display name (e.g. Inter, Georgia). Default: Inter
font_urlNoGoogle Fonts or web font URL for @import
font_familyNoFull CSS font-family stack. Default: Inter, Arial, sans-serif
logo_urlNoAbsolute URL to the team logo image
email_widthNoMaximum email width in pixels. Default: 600
company_nameNoCompany name shown in email footer
company_addressNoCompany address shown in email footer
footer_textNoFooter text or HTML (e.g. unsubscribe line)
muted_colorNoMuted/secondary text color as hex
divider_colorNoDivider/border color as hex
heading_font_sizeNoHeading font size in pixels
body_font_sizeNoBody font size in pixels
logo_widthNoLogo width in pixels
content_paddingNoContent area horizontal padding in pixels
visibilityNoFilter by visibility: private, public
subjectNoEmail subject line
preview_textNoShort preview text shown in email clients
email_theme_idNoOptional email theme UUID to associate
html_bodyNoRaw HTML content. Stored directly as the template HTML.
mjml_bodyNoComplete MJML document starting with <mjml>. Compiled server-side to cross-client HTML. Preferred over html_body.
descriptionYesNatural language description of the email to generate, e.g. "Monthly newsletter with hero image, 3 product highlights, and a CTA button"
theme_idNoOptional email theme UUID. Brand colors, fonts, company name, and logo from the theme will be injected into the generated MJML.
toneNoWriting tone: professional, friendly, or minimal (default: professional)

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/escapeboy/agent-fleet-o'

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