Skip to main content
Glama
TheSameAbramovych

qmailing MCP server

Get DNS records checklist

qmailing_get_dns_records
Read-only

Retrieves the complete DNS record checklist (ownership TXT, MX, SPF, DKIM CNAMEs, DMARC, optional _amazonses TXT) required to verify a custom domain. Use to get exact records to publish for DNS verification.

Instructions

Return the full DNS checklist (ownership TXT, MX, SPF, three DKIM CNAMEs, DMARC, optional _amazonses TXT) for a custom domain so the agent can tell the user exactly what to publish. Use when the user asks "what records do I need" or wants to check why DNS isn't verifying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainIdYesThe domain UUID. Get one from qmailing_list_domains if you do not have it.
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true. The description adds behavioral context by detailing exactly which records are included in the checklist, helping the agent understand what to expect. It does not contradict annotations.

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 two sentences: the first states the output and its contents, the second provides usage context. Every word earns its place; no repetition or fluff.

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

Completeness5/5

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

For a simple read-only tool with one parameter and no output schema, the description fully covers what the agent needs: it specifies the exact records returned and the purpose (to tell the user what to publish). This is complete given the tool's complexity.

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% (one parameter, domainId, fully described). The tool description does not add any parameter semantics beyond what the schema already provides, meeting the baseline score.

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 states 'Return the full DNS checklist' for a custom domain, listing specific record types (ownership TXT, MX, SPF, DKIM CNAMEs, DMARC, optional _amazonses TXT). This verb+resource combination distinguishes it from sibling tools that handle mailboxes, emails, or webhooks.

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 explicitly says 'Use when the user asks "what records do I need" or wants to check why DNS isn't verifying.' This provides clear when-to-use guidance but does not mention when not to use or alternatives, missing the top tier for the dimension.

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/TheSameAbramovych/qmailing-mcp-server'

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