Skip to main content
Glama

Qualisend Email Verification

Create an email-authentication DNS record

generate_dns_record
Read-only

Create the exact DNS setting a domain needs so its email is trusted and harder to spoof - SPF, DMARC, BIMI, or MTA-STS. Returns the record to copy into DNS, with where to put it. No credit used. Available on the Qualisend Pro plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoSPF: how strict to be with everyone else (default ~all).
ip4NoSPF: allowed IPv4 addresses/ranges.
ip6NoSPF: allowed IPv6 addresses/ranges.
pctNoDMARC: percent of mail the policy applies to.
ruaNoDMARC: email to receive summary reports.
rufNoDMARC: email to receive detailed failure reports.
modeNoMTA-STS: policy mode (default testing).
typeYesWhich record to create.
domainYesThe domain the record is for.
policyNoDMARC: what to do with mail that fails checks.
logoUrlNoBIMI: https link to the brand's SVG logo.
mxHostsNoMTA-STS: the domain's mail-server hostnames.
includesNoSPF: services allowed to send (e.g. _spf.google.com).
authorityUrlNoBIMI: https link to the VMC certificate.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Beyond the readOnlyHint/destructiveHint/openWorldHint annotations, the description discloses that it returns the record plus where to place it, that no credit is consumed, and that it requires the Pro plan. The read-only framing ("record to copy into DNS") usefully clarifies the "Create" verb rather than contradicting the annotations; it stops short of describing pagination or per-type output details.

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?

Three tight sentences, front-loaded with the capability and record types; the return behavior, cost, and plan constraint each earn their place. No redundancy or 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 14-parameter tool with no output schema, the description compensates by stating what is returned ("the record to copy into DNS, with where to put it"). Combined with 100% schema coverage, an agent has what it needs; only per-type invocation nuance is left implicit.

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

Parameters3/5

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

Schema description coverage is 100% across all 14 parameters, so the schema already carries full parameter meaning (including per-type scoping like "SPF:", "DMARC:", "BIMI:"). The description adds no syntax or format guidance beyond naming the record types already exposed in the enum, so the baseline 3 applies.

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?

States a specific verb+resource ("Create the exact DNS setting") and enumerates the four supported record types (SPF, DMARC, BIMI, MTA-STS), which map directly to the `type` enum. An agent can immediately tell this generates DNS records for email authentication, cleanly distinct from the verification/lookup siblings.

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

Usage Guidelines3/5

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

Usage is only implied by the framing ("so its email is trusted and harder to spoof") and the plan note. It never states when to pick this over sibling verification tools or when one record type is appropriate versus another, so the agent must infer intent from context.

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