Skip to main content
Glama

MJML MCP Server

by shaunie2fly

validate_mjml

Check MJML syntax and structure for errors to ensure valid email template markup before deployment.

Instructions

Validate MJML syntax and structure

Input Schema

NameRequiredDescriptionDefault
filePathNoTreat input as file path
inputYesMJML content or file path
validationLevelNoValidation levelstrict

Input Schema (JSON Schema)

{ "properties": { "filePath": { "default": false, "description": "Treat input as file path", "type": "boolean" }, "input": { "description": "MJML content or file path", "type": "string" }, "validationLevel": { "default": "strict", "description": "Validation level", "enum": [ "skip", "soft", "strict" ], "type": "string" } }, "required": [ "input" ], "type": "object" }

Other Tools from MJML MCP Server

Related Tools

    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/shaunie2fly/mjml_mcp'

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