Skip to main content
Glama

generate

Read-onlyIdempotent

Build DNS/email security artifacts: SPF records, DMARC policies, DKIM configs, MTA-STS files, fix plans, or rollout plans for domain security.

Instructions

Generate a DNS/email security remediation artifact. Artifact types: spf_record (build a new SPF record), dmarc_record (create a DMARC policy), dkim_config (DKIM key setup), mta_sts_policy (generate an MTA-STS policy file), fix_plan (prioritized remediation plan for all findings), or rollout_plan (phased DMARC enforcement timeline). Use when asked to generate or create a record or policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain (e.g., example.com)
formatNoOutput verbosity. Auto-detected if omitted.
policyNodmarc_record: policy (default "reject").
artifactYesWhich artifact to generate (e.g., "dmarc_record", "fix_plan").
mx_hostsNomta_sts_policy: MX hosts. Omit to detect from DNS.
providerNodkim_config: provider (e.g., "google"). Omit for generic.
timelineNorollout_plan: rollout speed (default: standard).
rua_emailNodmarc_record: report email. Default: dmarc-reports@{domain}.
force_refreshNofix_plan: bypass cache and run a fresh scan.
target_policyNorollout_plan: target DMARC policy (default: reject).
include_providersNospf_record: providers to include (e.g., ["google"]).
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. Description adds artifact types and usage but no additional behavioral details (e.g., authentication needs, rate limits, return format). Adds some value beyond annotations but not rich context.

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?

Two concise sentences: first states purpose and lists types, second gives usage guidance. No unnecessary words, front-loaded with key information.

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

Completeness3/5

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

Given 11 parameters (5 with enums) and no output schema, description covers artifact types and usage but does not explain return values or behavior for each artifact type. Adequate for a tool with well-known artifact types, but missing detail that could aid an agent in understanding output format.

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%, so baseline is 3. Description lists artifact types but does not add meaning beyond what the schema already provides for each parameter. No extra context for enum values or dependencies.

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?

Description clearly states verb 'Generate' and resource 'DNS/email security remediation artifact', listing all six artifact types. This distinguishes it from sibling tools that perform checks (e.g., check_spf) or scans, making purpose explicit.

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?

Explicitly says 'Use when asked to generate or create a record or policy', providing clear usage context. Does not mention when not to use or name alternative tools, but sibling set (mostly check tools) makes contrast clear.

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

Install Server

Other Tools

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/MadaBurns/bv-mcp'

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