Skip to main content
Glama

What each email client supports

email_client_compatibility_matrix

The support matrix for the HTML and CSS features that decide whether an email signature survives: tables, flex/grid, blocks, background-image, base64 images, border-radius, letter-spacing, text-transform, web fonts, max-width, margins and image sizing. Each row says yes/no/partial for seven real clients and explains what goes wrong. Use it to answer questions about email HTML support.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featureNoOptional. Filter to rows whose feature name contains this text, e.g. 'base64' or 'font'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It reveals the output behavior well: 'Each row says yes/no/partial for seven real clients and explains what goes wrong.' This is meaningful beyond the tool name, though it does not describe filtering behavior in detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the tool's identity as a support matrix. Each sentence adds distinct information: what it covers, how rows are structured, and when to use it. There is no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only lookup tool with one optional parameter and no output schema, the description gives sufficient context: supported topics, client count, row semantics, and the purpose. It does not specify the exact return data structure, but the 'each row says yes/no/partial' phrasing covers the essential output expectations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents the optional 'feature' filter with 100% coverage. The description adds value by enumerating concrete feature names an agent might query (tables, flex/grid, background-image, etc.), effectively expanding the known parameter vocabulary beyond the schema's two examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a support matrix for HTML/CSS features affecting email signatures and states its use case: 'Use it to answer questions about email HTML support.' The explicit feature list and per-client yes/no/partial format distinguish it from sibling tools like check_email_signature or create_email_signature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool: to answer questions about email HTML support and client-specific rendering. It does not explicitly name alternatives or state when not to use it, but the sibling tool names make the intended role obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources